Преглед изворни кода

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



Loading…
Откажи
Сачувај