浏览代码

core: fix the Windows and OS X builds with SDL.

legacy
Sam Hocevar sam 12 年前
父节点
当前提交
cb1f420933
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/core.h

+ 1
- 1
src/core.h 查看文件

@@ -67,7 +67,7 @@ static inline int isnan(float f)
#endif #endif


/* If using SDL and Visual Studio, let it override main() */ /* If using SDL and Visual Studio, let it override main() */
#if defined _MSVC && defined USE_SDL #if defined USE_SDL && (defined _MSC_VER || defined __APPLE__)
# include <SDL_main.h> # include <SDL_main.h>
#endif #endif




||||||
x
 
000:0
正在加载...
取消
保存