mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
CommonFuncs: Remove define for snprintf
VS 2015 implements snprintf
This commit is contained in:
parent
39ab0ebbd3
commit
0d0dd075ef
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ inline u64 _rotr64(u64 x, unsigned int shift)
|
|||
#define strcasecmp _stricmp
|
||||
#define strncasecmp _strnicmp
|
||||
#define unlink _unlink
|
||||
#define snprintf _snprintf
|
||||
#define vscprintf _vscprintf
|
||||
|
||||
// 64 bit offsets for Windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue