X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9e4e191af3d350f0438bdc14fedfce219143a3a5..8f17876f2b49e831d817e0ce683ae4f4d1ee9fb1:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index fe2d8cff64..602cd4946d 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -85,7 +85,10 @@ #undef __SOLARIS__ #undef __SUNOS__ #define __ALPHA__ +#undef __IA64__ #undef __OSF__ +#undef __DARWIN__ +#undef __NETBSD__ #undef __BSD__ #undef __FREEBSD__ #define __VMS__ @@ -94,6 +97,9 @@ #undef __EMX__ #undef _GNU_SOURCE +/* PowerPC Darwin & Mac OS X */ +#undef __POWERPC__ + /* Stupid hack; __WINDOWS__ clashes with wx/defs.h */ #ifndef __WINDOWS__ #undef __WINDOWS__ @@ -106,8 +112,9 @@ #undef WINVER /* enable native status bar under Win32 */ -#ifdef __WIN95__ +#if defined(__WIN95__) && !defined(__WXUNIVERSAL__) #define wxUSE_NATIVE_STATUSBAR 1 +#define wxUSE_OWNER_DRAWN 1 #endif /* enable rich edit under Win32 */ @@ -446,7 +453,6 @@ #define wxUSE_TOOLBAR_SIMPLE 1 #if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__) -#define wxUSE_OWNER_DRAWN 1 #if wxUSE_TOOLBAR #define wxUSE_BUTTONBAR 1 #endif