X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..045c57efc3c2358eaf3781d9e0b33f7f2e4a036b:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 215de853c8..f92d8075df 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -5,7 +5,7 @@ // Created: 2002/04/23 // RCS-ID: $Id$ // Copyright: (c) 2002 Mattia Barbon -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_MISSING_H_ @@ -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"