projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cleaned up SetMenuStrings, factoring out redo and undo label accessors at the same...
[wxWidgets.git]
/
include
/
wx
/
metafile.h
diff --git
a/include/wx/metafile.h
b/include/wx/metafile.h
index 48cd91d5977a3a40a0dc2eff37979a6190dbe881..fd43ee02c293883f57431d7480abcd8898ff411a 100644
(file)
--- a/
include/wx/metafile.h
+++ b/
include/wx/metafile.h
@@
-27,8
+27,9
@@
#if !wxUSE_WIN_METAFILES_ALWAYS
typedef wxEnhMetaFile wxMetafile;
typedef wxEnhMetaFileDC wxMetafileDC;
#if !wxUSE_WIN_METAFILES_ALWAYS
typedef wxEnhMetaFile wxMetafile;
typedef wxEnhMetaFileDC wxMetafileDC;
+#if wxUSE_DRAG_AND_DROP
typedef wxEnhMetaFileDataObject wxMetafileDataObject;
typedef wxEnhMetaFileDataObject wxMetafileDataObject;
-
+#endif
// this flag will be set if wxMetafile class is wxEnhMetaFile
#define wxMETAFILE_IS_ENH
#endif // wxUSE_WIN_METAFILES_ALWAYS
// this flag will be set if wxMetafile class is wxEnhMetaFile
#define wxMETAFILE_IS_ENH
#endif // wxUSE_WIN_METAFILES_ALWAYS
@@
-37,6
+38,8
@@
#endif
#elif defined(__WXPM__)
#include "wx/os2/metafile.h"
#endif
#elif defined(__WXPM__)
#include "wx/os2/metafile.h"
+#elif defined(__WXMAC__)
+ #include "wx/mac/metafile.h"
#endif
#endif
#endif
#endif