X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0c05fdf3570e8066b8a9a16627562e544306a678..b5cf8234c683f80d207fc8e96cd364eff122a025:/include/wx/msw/missing.h?ds=sidebyside diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index a249a1df37..f92d8075df 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -528,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 @@ -586,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"