MessagePack for C
msgpack
predef
platform
windows_phone.h
Go to the documentation of this file.
1
/*
2
Copyright (c) Microsoft Corporation 2014
3
Copyright Rene Rivera 2015
4
Distributed under the Boost Software License, Version 1.0.
5
(See accompanying file LICENSE_1_0.txt or copy at
6
http://www.boost.org/LICENSE_1_0.txt)
7
*/
8
9
#ifndef MSGPACK_PREDEF_PLAT_WINDOWS_PHONE_H
10
#define MSGPACK_PREDEF_PLAT_WINDOWS_PHONE_H
11
12
#include <
msgpack/predef/make.h
>
13
#include <
msgpack/predef/os/windows.h
>
14
#include <
msgpack/predef/platform/windows_uwp.h
>
15
#include <
msgpack/predef/version_number.h
>
16
17
/*`
18
[heading `MSGPACK_PLAT_WINDOWS_PHONE`]
19
20
[@https://docs.microsoft.com/en-us/windows/uwp/get-started/universal-application-platform-guide UWP]
21
for Windows Phone development.
22
23
[table
24
[[__predef_symbol__] [__predef_version__]]
25
26
[[`WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP`] [__predef_detection__]]
27
]
28
*/
29
30
#define MSGPACK_PLAT_WINDOWS_PHONE MSGPACK_VERSION_NUMBER_NOT_AVAILABLE
31
32
#if MSGPACK_OS_WINDOWS && \
33
defined(WINAPI_FAMILY_PHONE_APP) && WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP
34
# undef MSGPACK_PLAT_WINDOWS_PHONE
35
# define MSGPACK_PLAT_WINDOWS_PHONE MSGPACK_VERSION_NUMBER_AVAILABLE
36
#endif
37
38
#if MSGPACK_PLAT_WINDOWS_PHONE
39
# define MSGPACK_PLAT_WINDOWS_PHONE_AVAILABLE
40
# include <
msgpack/predef/detail/platform_detected.h
>
41
#endif
42
43
#define MSGPACK_PLAT_WINDOWS_PHONE_NAME "Windows Phone"
44
45
#endif
46
47
#include <
msgpack/predef/detail/test.h
>
48
MSGPACK_PREDEF_DECLARE_TEST
(
MSGPACK_PLAT_WINDOWS_PHONE
,
MSGPACK_PLAT_WINDOWS_PHONE_NAME
)
version_number.h
windows_uwp.h
test.h
windows.h
MSGPACK_PLAT_WINDOWS_PHONE_NAME
#define MSGPACK_PLAT_WINDOWS_PHONE_NAME
Definition:
windows_phone.h:43
MSGPACK_PREDEF_DECLARE_TEST
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition:
test.h:13
platform_detected.h
MSGPACK_PLAT_WINDOWS_PHONE
#define MSGPACK_PLAT_WINDOWS_PHONE
Definition:
windows_phone.h:30
make.h
Generated by
1.8.17