]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/metafile.h
Added wxUSE_NUMBERDLG to setup.h; added some files to VC++ project files;
[wxWidgets.git] / include / wx / mac / metafile.h
index c65ec890715f4ad97373a267b194cdc8c597e71e..aaa535b3fa220d494f0e0b122f99d1924424391c 100644 (file)
@@ -20,7 +20,7 @@
 #include "wx/gdiobj.h"
 
 #if wxUSE_DRAG_AND_DROP
 #include "wx/gdiobj.h"
 
 #if wxUSE_DRAG_AND_DROP
-#include "wx/dataobj.h" wx/defs.h
+#include "wx/dataobj.h"
 #endif
 
 /*
 #endif
 
 /*
@@ -120,10 +120,7 @@ bool WXDLLEXPORT wxMakeMetaFilePlaceable(const wxString& filename, int x1, int y
 // wxMetafileDataObject is a specialization of wxDataObject for metafile data
 // ----------------------------------------------------------------------------
 
 // wxMetafileDataObject is a specialization of wxDataObject for metafile data
 // ----------------------------------------------------------------------------
 
-// TODO: implement OLE side of things. At present, it's just for clipboard
-// use.
-
-#if wxUSE_DRAG_AND_DROP
+#if wxUSE_DATAOBJ
 class WXDLLEXPORT wxMetafileDataObject : public wxDataObject
 {
 public:
 class WXDLLEXPORT wxMetafileDataObject : public wxDataObject
 {
 public: