]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/glcanvas/msw/glcanvas.cpp
Fixed BCC compilation warning if wxUSE_HELP was 1
[wxWidgets.git] / wxPython / contrib / glcanvas / msw / glcanvas.cpp
index 61505c859889fd09c45fb8decc36248250c33348..25cf0ed7d6c0ab059e936d09e8a41f91a7146243 100644 (file)
@@ -56,7 +56,12 @@ extern PyObject *SWIG_newvarlink(void);
 #define SWIG_name    "glcanvasc"
 
 #include "export.h"
+#ifdef __WXMSW__
 #include "myglcanvas.h"
+#else
+#include <wx/glcanvas.h>
+#endif
+
 
 static PyObject* l_output_helper(PyObject* target, PyObject* o) {
     PyObject*   o2;