mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-30 03:47:30 +01:00
Further fix for MSVC 2015
This commit is contained in:
parent
cf0e1c5f2b
commit
ed0b66fcf0
@ -11,10 +11,10 @@
|
||||
#include <stdint.h>
|
||||
#else
|
||||
#include <pstdint.h>
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
#define inline _inline
|
||||
#define strcasecmp _stricmp
|
||||
#define snprintf _snprintf
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user