Use consistent identifiers for the various platforms we support.

Make sure every source file includes SDL_config.h, so the proper system
headers are chosen.
This commit is contained in:
Sam Lantinga
2006-02-21 08:46:50 +00:00
parent 63d76aa5a2
commit 190b425364
502 changed files with 974 additions and 219 deletions

View File

@@ -31,7 +31,7 @@
#ifdef __BORLANDC__
#pragma nopackwarning
#endif
#if (defined(__MWERKS__) && defined(macintosh))
#if (defined(__MWERKS__) && defined(__MACOS__))
#pragma options align=reset
#pragma enumsalwaysint reset
#else