Check the size of the boolean type used by an external jpeg lib on Windows.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2006-12-03 21:59:47 +00:00
parent 0ce986140a
commit 90eaf43334
5 changed files with 554 additions and 20 deletions

View File

@@ -1161,6 +1161,10 @@
*/
#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
/* When using an external jpeg library and the Windows headers already define
* boolean, define to the type used by the jpeg library for boolean. */
#undef wxHACK_BOOLEAN
/* Define if the header pbt.h is missing. */
#undef NEED_PBT_H