]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/glcanvas.cpp
Corrected typo
[wxWidgets.git] / src / motif / glcanvas.cpp
index 8a84a0ec965eaac36801db2922950c993fa8768e..65f2f0526cac2f9f201b4281d3deb09714088e99 100644 (file)
@@ -10,7 +10,7 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "glcanvas.h"
 #endif
 
 #endif
 #include "wx/motif/private.h"
 
+// DLL options compatibility check:
+#include "wx/build.h"
+WX_CHECK_BUILD_OPTIONS("wxGL")
+
 #ifdef OLD_MESA
 // workaround for bug in Mesa's glx.c
 static int bitcount( unsigned long n )