Rev 1 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1 | Rev 8 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | /* |
1 | /* |
| 2 | Simple DirectMedia Layer |
2 | Simple DirectMedia Layer |
| 3 | Copyright (C) 1997- |
3 | Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org> |
| 4 | 4 | ||
| 5 | This software is provided 'as-is', without any express or implied |
5 | This software is provided 'as-is', without any express or implied |
| 6 | warranty. In no event will the authors be held liable for any damages |
6 | warranty. In no event will the authors be held liable for any damages |
| 7 | arising from the use of this software. |
7 | arising from the use of this software. |
| 8 | 8 | ||
| Line 39... | Line 39... | ||
| 39 | #include "SDL_config_iphoneos.h" |
39 | #include "SDL_config_iphoneos.h" |
| 40 | #elif defined(__ANDROID__) |
40 | #elif defined(__ANDROID__) |
| 41 | #include "SDL_config_android.h" |
41 | #include "SDL_config_android.h" |
| 42 | #elif defined(__PSP__) |
42 | #elif defined(__PSP__) |
| 43 | #include "SDL_config_psp.h" |
43 | #include "SDL_config_psp.h" |
| - | 44 | #elif defined(__OS2__) |
|
| - | 45 | #include "SDL_config_os2.h" |
|
| 44 | #else |
46 | #else |
| 45 | /* This is a minimal configuration just to get SDL running on new platforms */ |
47 | /* This is a minimal configuration just to get SDL running on new platforms. */ |
| 46 | #include "SDL_config_minimal.h" |
48 | #include "SDL_config_minimal.h" |
| 47 | #endif /* platform config */ |
49 | #endif /* platform config */ |
| 48 | 50 | ||
| 49 | #ifdef USING_GENERATED_CONFIG_H |
51 | #ifdef USING_GENERATED_CONFIG_H |
| 50 | #error Wrong SDL_config.h, check your include path? |
52 | #error Wrong SDL_config.h, check your include path? |