mirror of
https://github.com/yawut/SDL.git
synced 2026-09-09 09:36:14 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user