projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
GetCurrentSelection() was documented but not present in all ports (just MSW and GTK...
[wxWidgets.git]
/
include
/
wx
/
mgl
/
private.h
diff --git
a/include/wx/mgl/private.h
b/include/wx/mgl/private.h
index 5d38d7670b18db3c9b73d41be0e517d6f4cc0424..6b56a9d0b10a495a23a10c16541681ce3bcf75c7 100644
(file)
--- a/
include/wx/mgl/private.h
+++ b/
include/wx/mgl/private.h
@@
-17,6
+17,10
@@
#include <mgraph.hpp>
#include "pmapi.h"
+// the scitech headers define true and false
+#undef true
+#undef false
+
class WXDLLEXPORT wxBitmap;