9 #ifndef MSGPACK_PREDEF_PLAT_WINDOWS_PHONE_H 10 #define MSGPACK_PREDEF_PLAT_WINDOWS_PHONE_H 26 #define MSGPACK_PLAT_WINDOWS_PHONE MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 28 #if MSGPACK_OS_WINDOWS && defined(WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP 29 # undef MSGPACK_PLAT_WINDOWS_PHONE 30 # define MSGPACK_PLAT_WINDOWS_PHONE MSGPACK_VERSION_NUMBER_AVAILABLE 33 #if MSGPACK_PLAT_WINDOWS_PHONE 34 # define MSGPACK_PLAT_WINDOWS_PHONE_AVAILABLE 38 #define MSGPACK_PLAT_WINDOWS_PHONE_NAME "Windows Phone"
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13
#define MSGPACK_PLAT_WINDOWS_PHONE_NAME
Definition: windows_phone.h:38
#define MSGPACK_PLAT_WINDOWS_PHONE
Definition: windows_phone.h:26