Mercurial > sdl-ios-xcode
comparison include/SDL_config.h @ 1442:e3242177fe4a
Updated OS/2 build, yay!
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 26 Feb 2006 19:30:21 +0000 |
parents | aea151eb97b8 |
children | b2b476a4a73c |
comparison
equal
deleted
inserted
replaced
1441:b9f034536fa0 | 1442:e3242177fe4a |
---|---|
34 #include "SDL_config_macos.h" | 34 #include "SDL_config_macos.h" |
35 #elif defined(__MACOSX__) | 35 #elif defined(__MACOSX__) |
36 #include "SDL_config_macosx.h" | 36 #include "SDL_config_macosx.h" |
37 #elif defined(__WIN32__) | 37 #elif defined(__WIN32__) |
38 #include "SDL_config_win32.h" | 38 #include "SDL_config_win32.h" |
39 #elif defined(__OS2__) | |
40 #include "SDL_config_os2.h" | |
39 #else | 41 #else |
40 /* This is the minimal configuration that can be used to build SDL */ | 42 /* This is the minimal configuration that can be used to build SDL */ |
41 | 43 |
42 #include <stdarg.h> | 44 #include <stdarg.h> |
43 | 45 |