MessagePack for C
msgpack
predef
platform
windows_system.h
Go to the documentation of this file.
1
/*
2
Copyright James E. King III, 2017
3
Distributed under the Boost Software License, Version 1.0.
4
(See accompanying file LICENSE_1_0.txt or copy at
5
http://www.boost.org/LICENSE_1_0.txt)
6
*/
7
8
#ifndef MSGPACK_PREDEF_PLAT_WINDOWS_SYSTEM_H
9
#define MSGPACK_PREDEF_PLAT_WINDOWS_SYSTEM_H
10
11
#include <
msgpack/predef/make.h
>
12
#include <
msgpack/predef/os/windows.h
>
13
#include <
msgpack/predef/platform/windows_uwp.h
>
14
#include <
msgpack/predef/version_number.h
>
15
16
/*`
17
[heading `MSGPACK_PLAT_WINDOWS_SYSTEM`]
18
19
[@https://docs.microsoft.com/en-us/windows/uwp/get-started/universal-application-platform-guide UWP]
20
for Windows System development.
21
22
[table
23
[[__predef_symbol__] [__predef_version__]]
24
25
[[`WINAPI_FAMILY == WINAPI_FAMILY_SYSTEM`] [__predef_detection__]]
26
]
27
*/
28
29
#define MSGPACK_PLAT_WINDOWS_SYSTEM MSGPACK_VERSION_NUMBER_NOT_AVAILABLE
30
31
#if MSGPACK_OS_WINDOWS && \
32
defined(WINAPI_FAMILY_SYSTEM) && WINAPI_FAMILY == WINAPI_FAMILY_SYSTEM
33
# undef MSGPACK_PLAT_WINDOWS_SYSTEM
34
# define MSGPACK_PLAT_WINDOWS_SYSTEM MSGPACK_VERSION_NUMBER_AVAILABLE
35
#endif
36
37
#if MSGPACK_PLAT_WINDOWS_SYSTEM
38
# define MSGPACK_PLAT_WINDOWS_SYSTEM_AVAILABLE
39
# include <
msgpack/predef/detail/platform_detected.h
>
40
#endif
41
42
#define MSGPACK_PLAT_WINDOWS_SYSTEM_NAME "Windows Drivers and Tools"
43
44
#endif
45
46
#include <
msgpack/predef/detail/test.h
>
47
MSGPACK_PREDEF_DECLARE_TEST
(
MSGPACK_PLAT_WINDOWS_SYSTEM
,
MSGPACK_PLAT_WINDOWS_SYSTEM_NAME
)
version_number.h
windows_uwp.h
MSGPACK_PLAT_WINDOWS_SYSTEM_NAME
#define MSGPACK_PLAT_WINDOWS_SYSTEM_NAME
Definition:
windows_system.h:42
MSGPACK_PLAT_WINDOWS_SYSTEM
#define MSGPACK_PLAT_WINDOWS_SYSTEM
Definition:
windows_system.h:29
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