mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 08:20:54 +01:00
Use built-in snprintf on VS2015
This commit is contained in:
parent
5bc8e8b161
commit
1cdb67dd88
@ -14,7 +14,9 @@
|
||||
#endif
|
||||
#define inline _inline
|
||||
#define strcasecmp _stricmp
|
||||
#if (_MSC_VER < 1900)
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user