MessagePack for C
include
msgpack
predef
platform
windows_store.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_STORE_H
10
#define MSGPACK_PREDEF_PLAT_WINDOWS_STORE_H
11
12
#include <
msgpack/predef/version_number.h
>
13
#include <
msgpack/predef/make.h
>
14
#include <
msgpack/predef/os/windows.h
>
15
16
/*`
17
[heading `MSGPACK_PLAT_WINDOWS_STORE`]
18
19
[table
20
[[__predef_symbol__] [__predef_version__]]
21
22
[[`WINAPI_FAMILY == WINAPI_FAMILY_APP`] [__predef_detection__]]
23
]
24
*/
25
26
#define MSGPACK_PLAT_WINDOWS_STORE MSGPACK_VERSION_NUMBER_NOT_AVAILABLE
27
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
31
#endif
32
33
#if MSGPACK_PLAT_WINDOWS_STORE
34
# define MSGPACK_PLAT_WINDOWS_STORE_AVAILABLE
35
# include <
msgpack/predef/detail/platform_detected.h
>
36
#endif
37
38
#define MSGPACK_PLAT_WINDOWS_STORE_NAME "Windows Store"
39
40
#endif
41
42
#include <
msgpack/predef/detail/test.h
>
43
MSGPACK_PREDEF_DECLARE_TEST
(
MSGPACK_PLAT_WINDOWS_STORE
,
MSGPACK_PLAT_WINDOWS_STORE_NAME
)
MSGPACK_PLAT_WINDOWS_STORE
#define MSGPACK_PLAT_WINDOWS_STORE
Definition:
windows_store.h:26
MSGPACK_PLAT_WINDOWS_STORE_NAME
#define MSGPACK_PLAT_WINDOWS_STORE_NAME
Definition:
windows_store.h:38
version_number.h
test.h
windows.h
MSGPACK_PREDEF_DECLARE_TEST
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition:
test.h:13
platform_detected.h
make.h
Generated by
1.8.17