X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d66dcb6022662c03aa32f1c7ad306552f1edfdc0..810f173e8d7f580c612f202aab2a01003c3fb834:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index 68fe507d82..4d04491a58 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -6,7 +6,7 @@ * Created: 29.10.01 (extracted from wx/defs.h) * RCS-ID: $Id$ * Copyright: (c) 1997-2001 wxWindows team - * Licence: wxWindows license + * Licence: wxWindows licence */ /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */ @@ -14,6 +14,21 @@ #ifndef _WX_PLATFORM_H_ #define _WX_PLATFORM_H_ + +/* + Codewarrior doesn't define any Windows symbols until some headers + are included +*/ +#if __MWERKS__ + #include + #if defined(WIN32) || defined(_WIN32) + #ifndef WINVER + #define WINVER 0x0400 + #endif + #endif +#endif + + /* first define Windows symbols if they're not defined on the command line: we can autodetect everything we need if _WIN32 is defined @@ -179,6 +194,9 @@ #ifndef __POWERPC__ #define __POWERPC__ 1 #endif + #ifndef TARGET_CARBON + #define TARGET_CARBON 1 + #endif #if !defined(wxSIZE_T_IS_UINT) && !defined(wxSIZE_T_IS_ULONG) #define wxSIZE_T_IS_ULONG