]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/glcanvas.h
added missing WXDLLEXPORT
[wxWidgets.git] / include / wx / msw / glcanvas.h
index 534528d5593ee66b69b6c46ca9256339d653c1a9..df45b5e8163c9e2e4b2d3adbc4a6cd807a64bf87 100644 (file)
 #ifndef _WX_GLCANVAS_H_
 #define _WX_GLCANVAS_H_
 
-#include <wx/setup.h>
-
-#if wxUSE_GLCANVAS
-
 #include <wx/palette.h>
 #include <wx/scrolwin.h>
 
@@ -128,11 +124,9 @@ protected:
     wxPalette      m_palette;
     WXHDC          m_hDC;
 
-DECLARE_EVENT_TABLE()
+    DECLARE_EVENT_TABLE()
 };
 
-#endif
-    // wxUSE_GLCANVAS
 #endif
     // _WX_GLCANVAS_H_