Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
lolengine
/
lol
réplica de
https://github.com/lolengine/lol
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
core: fix the Windows and OS X builds with SDL.
legacy
Sam Hocevar
sam
hace 12 años
padre
48b0f20f00
commit
cb1f420933
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/core.h
+ 1
- 1
src/core.h
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar