Missing DMC OFN_* values.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -584,6 +584,14 @@ typedef struct {
|
|||||||
#define WC_NO_BEST_FIT_CHARS 0x400
|
#define WC_NO_BEST_FIT_CHARS 0x400
|
||||||
#endif
|
#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
|
// In addition, include stuff not defined in WinCE
|
||||||
#ifdef __WXWINCE__
|
#ifdef __WXWINCE__
|
||||||
#include "wx/msw/wince/missing.h"
|
#include "wx/msw/wince/missing.h"
|
||||||
|
@@ -53,9 +53,7 @@
|
|||||||
#include "wx/filename.h"
|
#include "wx/filename.h"
|
||||||
#include "wx/tokenzr.h"
|
#include "wx/tokenzr.h"
|
||||||
|
|
||||||
#ifndef OFN_EXPLORER
|
#include "wx/msw/missing.h"
|
||||||
#define OFN_EXPLORER 0x00080000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// constants
|
// constants
|
||||||
|
Reference in New Issue
Block a user