]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
Add wxBitmap::GetNSImage() which creates an autoreleased NSImage either
[wxWidgets.git] / include / wx / msw / missing.h
index 47ed38e36a96dc61f4ffe760eeb0b5eedb4c3052..8c347306c95036f29f38f6dc20dc244600bb6a5c 100644 (file)
@@ -45,7 +45,8 @@
 #endif
 
 #ifndef LVSICF_NOSCROLL
-    #define LVSICF_NOSCROLL 0x0002
+    #define LVSICF_NOINVALIDATEALL  0x0001
+    #define LVSICF_NOSCROLL         0x0002
 #endif
 
 // mingw32/cygwin don't have declarations for comctl32.dll 4.70+ stuff