]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/private.h
Implement SelectAll for OSX WebKit.
[wxWidgets.git] / include / wx / mgl / private.h
index 5d38d7670b18db3c9b73d41be0e517d6f4cc0424..7b8c86a31c1d5a2c99b503fc346dfbb187de5a54 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        private.h
+// Name:        wx/mgl/private.h
 // Purpose:     Private declarations: as this header is only included by
 //              wxWidgets itself, it may contain identifiers which don't start
 //              with "wx".
 #include <mgraph.hpp>
 #include "pmapi.h"
 
-class WXDLLEXPORT wxBitmap;
+// the scitech headers define true and false
+#undef true
+#undef false
+
+class WXDLLIMPEXP_FWD_CORE wxBitmap;
 
 
 // ---------------------------------------------------------------------------