]> git.saurik.com Git - wxWidgets.git/commitdiff
added conditional compilation around wxGTK specific include
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 18 Oct 2001 20:20:40 +0000 (20:20 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 18 Oct 2001 20:20:40 +0000 (20:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/mmedia/vidxanm.cpp

index 3b499eaf6c970d26eebf0d780c8cb752632b5f8a..60a45d87d4db48ba990f993705c7540c01aff8ec 100644 (file)
 #include <wx/wx.h>
 #endif
 
+#ifdef __WXGTK__
 // Pizza !
 #include <wx/gtk/win_gtk.h>
+#endif
 
 #include <X11/Xlib.h>
 #include <X11/Intrinsic.h>