Add HAVE_BOOLEAN and NEED_PBT_H.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2006-09-04 20:13:39 +00:00
parent 20833aaa0a
commit 3cf417cbc6

View File

@@ -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__ */
/* --------------------------------------------------------*