Ver código fonte

Fixed VS2015 error; snprintf std is now included

tags/v0.99.beta20
Huxy 8 anos atrás
pai
commit
e7a28ddc82
1 arquivos alterados com 3 adições e 1 exclusões
  1. +3
    -1
      build/win32/config.h

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

@@ -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

Carregando…
Cancelar
Salvar