X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec75509f94fb11322c1c69056d1ec2af8f041fe2..835165d576b66441987b78519e6ef1fe74ea795a:/include/wx/mgl/private.h diff --git a/include/wx/mgl/private.h b/include/wx/mgl/private.h index 5d38d7670b..7b8c86a31c 100644 --- a/include/wx/mgl/private.h +++ b/include/wx/mgl/private.h @@ -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". @@ -17,7 +17,11 @@ #include #include "pmapi.h" -class WXDLLEXPORT wxBitmap; +// the scitech headers define true and false +#undef true +#undef false + +class WXDLLIMPEXP_FWD_CORE wxBitmap; // ---------------------------------------------------------------------------