]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed another SWIG warning
authorRobin Dunn <robin@alldunn.com>
Fri, 23 Jan 2004 21:26:34 +0000 (21:26 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 23 Jan 2004 21:26:34 +0000 (21:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_dataobj.i

index cf61d882e3fcb877d807934955fb4e9fe019ead2..7a52a473055b79f925efd25bca8c8615e1f6bb6d 100644 (file)
@@ -424,7 +424,7 @@ public:
 
 //---------------------------------------------------------------------------
 
 
 //---------------------------------------------------------------------------
 
-#if !defined(__WXGTK__) && !defined(__WXX11__)
+#if defined(__WXMSW__) || defined(__WXMAC__)
 
 %{
 #include <wx/metafile.h>
 
 %{
 #include <wx/metafile.h>