WinRT: use OS-native vsnprintf, which allows SDL_Log to format wide strings (via %ls)
This commit is contained in:
parent
b9299763b6
commit
e14a2fd8b6
2 changed files with 7 additions and 6 deletions
|
@ -117,6 +117,7 @@ typedef unsigned int uintptr_t;
|
|||
#define HAVE_STRNCMP 1
|
||||
#define HAVE__STRICMP 1
|
||||
#define HAVE__STRNICMP 1
|
||||
#define HAVE_VSNPRINTF 1
|
||||
//#define HAVE_SSCANF 1 // TODO, WinRT: consider using sscanf_s instead
|
||||
#define HAVE_M_PI 1
|
||||
#define HAVE_ATAN 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue