Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
lolengine
/
lol
peilaus alkaen
https://github.com/lolengine/lol
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
core: fix the Windows and OS X builds with SDL.
legacy
Sam Hocevar
sam
12 vuotta sitten
vanhempi
48b0f20f00
commit
cb1f420933
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/core.h
+ 1
- 1
src/core.h
Näytä tiedosto
@@ -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
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna