mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-07-24 07:40:45 +00:00
UWP Changes (#85)
This commit is contained in:
committed by
Cameron Gutman
parent
298f356acb
commit
7f99bebc72
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user