include wx/msw/metafile.h when wxUSE_WIN_METAFILES_ALWAYS==1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
eeea41abbc
commit
547ceb38ff
@ -28,16 +28,19 @@
|
|||||||
#if defined(__WXPALMOS__)
|
#if defined(__WXPALMOS__)
|
||||||
#include "wx/palmos/enhmeta.h"
|
#include "wx/palmos/enhmeta.h"
|
||||||
#else
|
#else
|
||||||
#include "wx/msw/enhmeta.h"
|
#include "wx/msw/enhmeta.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// map all metafile classes to enh metafile
|
#if wxUSE_WIN_METAFILES_ALWAYS
|
||||||
#if !wxUSE_WIN_METAFILES_ALWAYS
|
// use normal metafiles as well
|
||||||
|
#include "wx/msw/metafile.h"
|
||||||
|
#else // also map all metafile classes to enh metafile
|
||||||
typedef wxEnhMetaFile wxMetafile;
|
typedef wxEnhMetaFile wxMetafile;
|
||||||
typedef wxEnhMetaFileDC wxMetafileDC;
|
typedef wxEnhMetaFileDC wxMetafileDC;
|
||||||
#if wxUSE_DRAG_AND_DROP
|
#if wxUSE_DRAG_AND_DROP
|
||||||
typedef wxEnhMetaFileDataObject wxMetafileDataObject;
|
typedef wxEnhMetaFileDataObject wxMetafileDataObject;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// this flag will be set if wxMetafile class is wxEnhMetaFile
|
// this flag will be set if wxMetafile class is wxEnhMetaFile
|
||||||
#define wxMETAFILE_IS_ENH
|
#define wxMETAFILE_IS_ENH
|
||||||
#endif // wxUSE_WIN_METAFILES_ALWAYS
|
#endif // wxUSE_WIN_METAFILES_ALWAYS
|
||||||
@ -45,8 +48,8 @@
|
|||||||
#if defined(__WXPALMOS__)
|
#if defined(__WXPALMOS__)
|
||||||
#include "wx/palmos/metafile.h"
|
#include "wx/palmos/metafile.h"
|
||||||
#else
|
#else
|
||||||
#include "wx/msw/metafile.h"
|
#include "wx/msw/metafile.h"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#elif defined(__WXPM__)
|
#elif defined(__WXPM__)
|
||||||
#include "wx/os2/metafile.h"
|
#include "wx/os2/metafile.h"
|
||||||
@ -55,5 +58,5 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // wxUSE_METAFILE
|
#endif // wxUSE_METAFILE
|
||||||
#endif
|
|
||||||
// _WX_METAFILE_H_BASE_
|
#endif // _WX_METAFILE_H_BASE_
|
||||||
|
Loading…
Reference in New Issue
Block a user