]> git.saurik.com Git - wxWidgets.git/commitdiff
Blind fix for Win32 daily builds
authorMattia Barbon <mbarbon@cpan.org>
Sun, 17 Feb 2002 16:07:39 +0000 (16:07 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 17 Feb 2002 16:07:39 +0000 (16:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dirdlg.h
src/msw/listctrl.cpp

index 423b40e080f8f0abd2303306fd0592acdb0d3fe8..5b0dacfef85deb62c8a8256a83dad48d894c1042 100644 (file)
@@ -14,6 +14,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
 #if defined(__WXMSW__)
     #if defined(__WIN16__) || (defined(__GNUWIN32__) && !wxUSE_NORLANDER_HEADERS) || defined(__SALFORDC__) || !wxUSE_OLE
         #include "wx/generic/dirdlgg.h"
+        #define wxDirDialog wxGenericDirDialog
     #else
         #include "wx/msw/dirdlg.h"
     #endif
index 0646ed78148501e57b575d6e82760790e5e7cf1d..08fb275a289965b1309b2002c81447ab1b121378 100644 (file)
     #define LVS_OWNERDATA 0x1000
 #endif
 
+#ifndef LVM_FIRST
+    #define LVM_FIRST 0x1000
+#endif
+
+#ifndef HDM_FIRST
+    #define HDM_FIRST 0x1200
+#endif
+
 // mingw32/cygwin don't have declarations for comctl32.dll 4.70+ stuff
 #ifndef NM_CACHEHINT
     typedef struct tagNMLVCACHEHINT