]> git.saurik.com Git - wxWidgets.git/commitdiff
Add HAVE_BOOLEAN and NEED_PBT_H.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 4 Sep 2006 20:13:39 +0000 (20:13 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 4 Sep 2006 20:13:39 +0000 (20:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in

index b4d0aadddd0c8d87ac2ce7c0f14d9c271788f09b..ab4f865fc2717a28f6118da48b84525b8e6a85bd 100644 (file)
  */
 #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__ */
 
 /* --------------------------------------------------------*