소스 검색

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

/* 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>
#endif



불러오는 중...
취소
저장