]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/clip_dnd.i
First pass at wxPython for Mac (darwin only so far). It
[wxWidgets.git] / wxPython / src / clip_dnd.i
index 20bc010a595dac5f06b76c261031b9167c2483cc..a66618af31d18489d2b0f321e5a3ee8160bb46c8 100644 (file)
@@ -13,6 +13,8 @@
 
 %module clip_dnd
 
+#ifndef __WXMAC__
+
 %{
 #include "helpers.h"
 #include <wx/dataobj.h>
@@ -645,4 +647,5 @@ public:
 %}
 
 //----------------------------------------------------------------------
+#endif