Selaa lähdekoodia

Merge pull request #13 from HuxyUK/master

Fixed VS2015 error; snprintf std is now included
tags/v0.99.beta20
Sam Hocevar 9 vuotta sitten
vanhempi
commit
ae47c93bff
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. +3
    -1
      build/win32/config.h

+ 3
- 1
build/win32/config.h Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna