UWP Changes (#85)

This commit is contained in:
Elia Zammuto
2023-09-16 15:42:38 +02:00
committed by Cameron Gutman
parent 298f356acb
commit 7f99bebc72
2 changed files with 11 additions and 2 deletions
+7
View File
@@ -55,6 +55,13 @@
// Windows doesn't have strtok_r() but it has the same
// function named strtok_s().
#define strtok_r strtok_s
# if defined(WINAPI_FAMILY) && WINAPI_FAMILY==WINAPI_FAMILY_APP
# define LC_UWP
# else
# define LC_WINDOWS_DESKTOP
#endif
#endif
#include <stdio.h>