X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75ef19df593c008160bda64874ae6a5f47e4d014..d391a3451080638e6b1f2f24f92078d18c5ab9d8:/setup.h.in diff --git a/setup.h.in b/setup.h.in index ba394ebb0c..b54d6b4a3d 100644 --- a/setup.h.in +++ b/setup.h.in @@ -79,10 +79,15 @@ #undef __EMX__ #undef _GNU_SOURCE +/* Stupid hack; __WINDOWS__ clashes with wx/defs.h */ +#ifndef __WINDOWS__ #undef __WINDOWS__ +#endif + #undef __WIN95__ #undef __WIN32__ #undef __GNUWIN32__ +#undef STRICT #undef WINVER /* @@ -102,10 +107,6 @@ * Use libjpeg */ #define wxUSE_LIBJPEG 0 -/* - * Use libgif - */ -#define wxUSE_LIBGIF 0 /* * Use iODBC */ @@ -280,6 +281,7 @@ #define wxUSE_TOOLBAR 0 #if defined(__WXWINE__) || defined(__GNUWIN32__) +#define wxUSE_OWNER_DRAWN 1 #if wxUSE_TOOLBAR #define wxUSE_BUTTONBAR 1 #endif @@ -535,6 +537,20 @@ */ #define wxUSE_ZIPSTREAM 0 +/* + * GIF image format support + */ +#define wxUSE_GIF 0 + +/* + * PCX image format support + */ +#define wxUSE_PCX 0 + +/* + * PNM image format support + */ +#define wxUSE_PNM 0 /* * Disable this if your compiler can't cope