]> git.saurik.com Git - wxWidgets.git/commitdiff
Undefine true and false defined in scitech header
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 4 Jan 2006 14:14:32 +0000 (14:14 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 4 Jan 2006 14:14:32 +0000 (14:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mgl/private.h

index 5d38d7670b18db3c9b73d41be0e517d6f4cc0424..6b56a9d0b10a495a23a10c16541681ce3bcf75c7 100644 (file)
 #include <mgraph.hpp>
 #include "pmapi.h"
 
+// the scitech headers define true and false
+#undef true
+#undef false
+
 class WXDLLEXPORT wxBitmap;