X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4445e5cbaee15f8885d4c002fd8621f88d441c7c..0bd55cfa2c5c18d4e9241cf90195e30d0be5d905:/src/jpeg/jconfig.h diff --git a/src/jpeg/jconfig.h b/src/jpeg/jconfig.h index 2bf765bb68..7367459c4c 100644 --- a/src/jpeg/jconfig.h +++ b/src/jpeg/jconfig.h @@ -11,11 +11,21 @@ /* see jconfig.doc for explanations */ /* use wxWindows' configure */ +#ifdef __MWERKS__ +#if (__MWERKS__ < 0x0900) || macintosh + #define __WXMAC__ + #define USE_MAC_MEMMGR +// automatically includes MacHeaders +#elif (__MWERKS__ >= 0x0900) && __INTEL__ + #define __WXMSW__ +#endif +#endif + #include "wx/setup.h" -#define HAVE_PROTOTYPES -#define HAVE_UNSIGNED_CHAR -#define HAVE_UNSIGNED_SHORT +#define HAVE_PROTOTYPES +#define HAVE_UNSIGNED_CHAR +#define HAVE_UNSIGNED_SHORT #undef void #undef const @@ -29,8 +39,8 @@ #undef CHAR_IS_UNSIGNED #endif -#define HAVE_STDDEF_H -#define HAVE_STDLIB_H +#define HAVE_STDDEF_H +#define HAVE_STDLIB_H #undef NEED_BSD_STRINGS #undef NEED_SYS_TYPES_H #undef NEED_FAR_POINTERS