diff 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
line wrap: on
line diff
--- a/include/SDL_config.h	Sun Feb 26 13:42:00 2006 +0000
+++ b/include/SDL_config.h	Sun Feb 26 19:30:21 2006 +0000
@@ -36,6 +36,8 @@
 #include "SDL_config_macosx.h"
 #elif defined(__WIN32__)
 #include "SDL_config_win32.h"
+#elif defined(__OS2__)
+#include "SDL_config_os2.h"
 #else
 /* This is the minimal configuration that can be used to build SDL */