]> git.saurik.com Git - wxWidgets.git/commitdiff
More blind fixes for daily builds
authorMattia Barbon <mbarbon@cpan.org>
Tue, 5 Mar 2002 21:23:47 +0000 (21:23 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Tue, 5 Mar 2002 21:23:47 +0000 (21:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/listctrl.cpp
src/msw/volume.cpp

index b0f73cdf2f5f9d132b3ba5ee72ba3b7a5734fad6..26d176d73654cd033030fa39933bf31c6bc5d637 100644 (file)
@@ -133,6 +133,7 @@ typedef struct _LVITEMW {
     int iIndent;
 #endif
 } LV_ITEMW;
+typedef LV_ITEM LV_ITEMA;
 #endif
 
 // ----------------------------------------------------------------------------
index 2c04d2952fba2d7e3e02dfca302781a07e2b5bda..ac38c7d4abeeec34ae8a40d71963dccde441af8a 100644 (file)
      #define SHGFI_SMALLICON 1
 #endif
 
+#ifndef SHGFI_SHELLICONSIZE
+    #define SHGFI_SHELLICONSIZE 4
+#endif
+
+#ifndef SHGFI_OPENICON
+    #define SHGFI_OPENICON 2
+#endif
+
 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 // Dynamic library function defs.
 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++