]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dnd.h
corrected CodeWarrior project target names and generated application names
[wxWidgets.git] / include / wx / mac / dnd.h
index 2b0f35375d1308c0d0c7010d1b4479ea101b2e2b..0afea150b9179cf0481c1903363095beadbd98aa 100644 (file)
@@ -25,7 +25,7 @@
 
 class WXDLLEXPORT wxWindow;
 
-#ifndef __WXMAC_X__
+#ifndef __DARWIN__
 class WXDLLEXPORT wxDataObject;
 class WXDLLEXPORT wxTextDataObject;
 class WXDLLEXPORT wxFileDataObject;
@@ -37,7 +37,7 @@ class WXDLLEXPORT wxFileDropTarget;
 
 class WXDLLEXPORT wxDropSource;
 
-#ifndef __WXMAC_X__
+#ifndef __DARWIN__
 //-------------------------------------------------------------------------
 // wxDataObject
 //-------------------------------------------------------------------------
@@ -168,7 +168,7 @@ class WXDLLEXPORT wxDropTarget: public wxObject
     virtual wxDataFormat GetFormat(size_t n) const = 0;
 };
 
-#ifndef __WXMAC_X__
+#ifndef __DARWIN__
 //-------------------------------------------------------------------------
 // wxTextDropTarget
 //-------------------------------------------------------------------------