Explorar el Código

Fixed VS2015 error; snprintf std is now included

tags/v0.99.beta20
Huxy hace 8 años
padre
commit
e7a28ddc82
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      build/win32/config.h

+ 3
- 1
build/win32/config.h Ver fichero

@@ -94,5 +94,7 @@
#define inline __inline
#endif
#define strcasecmp stricmp
#define snprintf _snprintf

#if defined(_MSC_VER) && _MSC_VER < 1900
#define snprintf _snprintf
#endif

Cargando…
Cancelar
Guardar