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 b9299763b6
commit e14a2fd8b6
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