]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
First part of '[ 1216148 ] cleanup: unused variables and declarations'.
[wxWidgets.git] / include / wx / msw / missing.h
index a23ca2e3e01444c68f734026deeebc0c94fbd036..a81419d710d3b4646e5c5680d170ecc35c410c84 100644 (file)
  * The following are required for VC++ 6.
  */
 
+// Needed by cursor.cpp
+#ifndef IDC_HAND
+    #define IDC_HAND MAKEINTRESOURCE(32649)
+#endif
+
 // Needed by strconv.cpp
 #ifndef WC_NO_BEST_FIT_CHARS
     #define WC_NO_BEST_FIT_CHARS 0x400
 // Needed by listctrl.cpp
 // ----------------------------------------------------------------------------
 
+#ifndef LVS_EX_FULLROWSELECT
+    #define LVS_EX_FULLROWSELECT 0x00000020
+#endif
+
 #ifndef LVS_EX_LABELTIP
     #define LVS_EX_LABELTIP 0x00004000
 #endif