]> git.saurik.com Git - wxWidgets.git/commitdiff
Missing DMC OFN_* values.
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 27 Jul 2004 18:04:01 +0000 (18:04 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 27 Jul 2004 18:04:01 +0000 (18:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/missing.h
src/msw/filedlg.cpp

index 04ef9d82987a407d14e34b147b13648c6d703a11..f92d8075dfd0a044366b0964d85a074b074ca857 100644 (file)
@@ -584,6 +584,14 @@ typedef struct {
     #define WC_NO_BEST_FIT_CHARS 0x400
 #endif
 
+#ifndef OFN_EXPLORER
+    #define OFN_EXPLORER 0x00080000
+#endif
+
+#ifndef OFN_ENABLESIZING
+    #define OFN_ENABLESIZING 0x00800000
+#endif
+
 // In addition, include stuff not defined in WinCE
 #ifdef __WXWINCE__
     #include "wx/msw/wince/missing.h"
index 8f72f3e558e297771a7f5e6ed5014b283418246e..7e59525d7b682a1e3b3cf4b04a2954a59a4a8df3 100644 (file)
@@ -53,9 +53,7 @@
 #include "wx/filename.h"
 #include "wx/tokenzr.h"
 
-#ifndef OFN_EXPLORER
-    #define OFN_EXPLORER 0x00080000
-#endif
+#include "wx/msw/missing.h"
 
 // ----------------------------------------------------------------------------
 // constants