]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
wxPropertyGrid member m_visPropArray removed, now always recreated from scratch in...
[wxWidgets.git] / include / wx / msw / missing.h
index 8bbad72d9989531f79d1096cf638467964374933..b13bc7736e6d62587b99f1e72603b2bc259bebab 100644 (file)
@@ -219,7 +219,8 @@ typedef struct wxtagNMLVCUSTOMDRAW_ {
     #define LVS_EX_FULLROWSELECT 0x00000020
 #endif
 
-#ifndef LVS_EX_LABELTIP
+// LVS_EX_LABELTIP is not supported by Windows CE, don't define it there
+#if !defined(LVS_EX_LABELTIP) && !defined(__WXWINCE__)
     #define LVS_EX_LABELTIP 0x00004000
 #endif