]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listctrl.cpp
Misc fixes
[wxWidgets.git] / src / msw / listctrl.cpp
index 544beaee4351aad910441a941e219cd1ac783a4d..2353ebb54dff4fe3e37d0d8fcc221c0f812c4608 100644 (file)
     #pragma hdrstop
 #endif
 
+#ifdef __WIN95__
+
 #ifndef WX_PRECOMP
-    #include "wx/wx.h"
+    #include "wx/app.h"
+    #include "wx/intl.h"
+    #include "wx/log.h"
+    #include "wx/settings.h"
 #endif
 
-#ifdef __WIN95__
+#include "wx/textctrl.h"
+#include "wx/imaglist.h"
 
 #include "wx/listctrl.h"
-#include "wx/log.h"
 
 #include "wx/msw/private.h"
 
@@ -52,7 +57,7 @@
 #endif
 
 #ifndef LVM_SETEXTENDEDLISTVIEWSTYLE
-    #define LVM_SETEXTENDEDLISTVIEWSTYLE 0x1054
+    #define LVM_SETEXTENDEDLISTVIEWSTYLE (0x1000 + 54)
 #endif
 
 #ifndef LVS_EX_FULLROWSELECT