ソースを参照

Patched to compile on Cygwin.

Ryan C. Gordon 12 年 前
コミット
960458e58c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/dynapi/SDL_dynapi.c

+ 1 - 1
src/dynapi/SDL_dynapi.c

@@ -198,7 +198,7 @@ SDL_DYNAPI_entry(Uint32 apiver, void *table, Uint32 tablesize)
 
 
 /* Obviously we can't use SDL_LoadObject() to load SDL.  :)  */
 /* Obviously we can't use SDL_LoadObject() to load SDL.  :)  */
 /* Also obviously, we never close the loaded library. */
 /* Also obviously, we never close the loaded library. */
-#if defined(_WINDOWS)
+#if defined(_WINDOWS) || defined(__CYGWIN__)
 #ifndef WIN32_LEAN_AND_MEAN
 #ifndef WIN32_LEAN_AND_MEAN
 #define WIN32_LEAN_AND_MEAN 1
 #define WIN32_LEAN_AND_MEAN 1
 #endif
 #endif