X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db60d56c591aabadb073ec18d146427a9933d6ee..401e3b6e5f50f15571b86297b5d1e3f55c473f6f:/include/wx/msw/missing.h?ds=sidebyside diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index fe707c2219..f92d8075df 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -477,6 +477,10 @@ typedef struct { // Misc stuff // ---------------------------------------------------------------------------- +#ifndef CCM_SETUNICODEFORMAT + #define CCM_SETUNICODEFORMAT 8197 +#endif + #ifndef QS_ALLPOSTMESSAGE #define QS_ALLPOSTMESSAGE 0x0100 #endif @@ -524,8 +528,6 @@ typedef struct { WINCOMMCTRLAPI BOOL WINAPI _TrackMouseEvent(LPTRACKMOUSEEVENT lpEventTrack); - #define CCM_SETUNICODEFORMAT 8197 - #endif // This didn't appear in mingw until 2.95.2 @@ -582,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"