8 #ifndef MSGPACK_PREDEF_PLAT_WINDOWS_PHONE_H 9 #define MSGPACK_PREDEF_PLAT_WINDOWS_PHONE_H 25 #define MSGPACK_PLAT_WINDOWS_PHONE MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 27 #if MSGPACK_OS_WINDOWS && defined(WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP 28 # undef MSGPACK_PLAT_WINDOWS_PHONE 29 # define MSGPACK_PLAT_WINDOWS_PHONE MSGPACK_VERSION_NUMBER_AVAILABLE 32 #if MSGPACK_PLAT_WINDOWS_PHONE 33 # define MSGPACK_PLAT_WINDOWS_PHONE_AVALIABLE 37 #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:37
#define MSGPACK_PLAT_WINDOWS_PHONE
Definition: windows_phone.h:25