9 #ifndef MSGPACK_PREDEF_PLAT_WINDOWS_STORE_H 10 #define MSGPACK_PREDEF_PLAT_WINDOWS_STORE_H 26 #define MSGPACK_PLAT_WINDOWS_STORE MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 28 #if MSGPACK_OS_WINDOWS && defined(WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_APP 29 # undef MSGPACK_PLAT_WINDOWS_STORE 30 # define MSGPACK_PLAT_WINDOWS_STORE MSGPACK_VERSION_NUMBER_AVAILABLE 33 #if MSGPACK_PLAT_WINDOWS_STORE 34 # define MSGPACK_PLAT_WINDOWS_STORE_AVAILABLE 38 #define MSGPACK_PLAT_WINDOWS_STORE_NAME "Windows Store"
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13
#define MSGPACK_PLAT_WINDOWS_STORE_NAME
Definition: windows_store.h:38
#define MSGPACK_PLAT_WINDOWS_STORE
Definition: windows_store.h:26