mirror of
https://github.com/yawut/SDL.git
synced 2026-08-31 13:14:08 -05:00
WinRT: use OS-native vsnprintf, which allows SDL_Log to format wide strings (via %ls)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user