WinRT: use OS-native vsnprintf, which allows SDL_Log to format wide strings (via %ls)

This commit is contained in:
David Ludwig
2013-02-03 12:33:15 -05:00
parent d839eb5eb2
commit 7eb00a855c
2 changed files with 7 additions and 6 deletions

View File

@@ -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