From: Michael Wetherell Date: Mon, 4 Sep 2006 20:13:39 +0000 (+0000) Subject: Add HAVE_BOOLEAN and NEED_PBT_H. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3cf417cbc6a8fc9a4e752fa77ac918b2608be17d Add HAVE_BOOLEAN and NEED_PBT_H. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h.in b/setup.h.in index b4d0aadddd..ab4f865fc2 100644 --- a/setup.h.in +++ b/setup.h.in @@ -1099,6 +1099,13 @@ */ #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1 +/* Define if the system headers declare the type boolean (which will conflict + * with the jpeg headers unless HAVE_BOOLEAN is defined). */ +#undef HAVE_BOOLEAN + +/* Define is the header pbt.h is missing. */ +#undef NEED_PBT_H + #endif /* __WIN32__ */ /* --------------------------------------------------------*