MessagePack for C
msgpack
predef
platform
windows_desktop.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_DESKTOP_H
10
#define MSGPACK_PREDEF_PLAT_WINDOWS_DESKTOP_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_DESKTOP`]
19
20
[@https://docs.microsoft.com/en-us/windows/uwp/get-started/universal-application-platform-guide UWP]
21
for Windows Desktop development. Also available if the Platform SDK is too
22
old to support UWP.
23
24
[table
25
[[__predef_symbol__] [__predef_version__]]
26
27
[[`WINAPI_FAMILY == WINAPI_FAMILY_DESKTOP_APP`] [__predef_detection__]]
28
[[`!MSGPACK_PLAT_WINDOWS_UWP`] [__predef_detection__]]
29
]
30
*/
31
32
#define MSGPACK_PLAT_WINDOWS_DESKTOP MSGPACK_VERSION_NUMBER_NOT_AVAILABLE
33
34
#if MSGPACK_OS_WINDOWS && \
35
((defined(WINAPI_FAMILY_DESKTOP_APP) && WINAPI_FAMILY == WINAPI_FAMILY_DESKTOP_APP) || \
36
!MSGPACK_PLAT_WINDOWS_UWP)
37
# undef MSGPACK_PLAT_WINDOWS_DESKTOP
38
# define MSGPACK_PLAT_WINDOWS_DESKTOP MSGPACK_VERSION_NUMBER_AVAILABLE
39
#endif
40
41
#if MSGPACK_PLAT_WINDOWS_DESKTOP
42
# define MSGPACK_PLAT_WINDOWS_DESKTOP_AVAILABLE
43
# include <
msgpack/predef/detail/platform_detected.h
>
44
#endif
45
46
#define MSGPACK_PLAT_WINDOWS_DESKTOP_NAME "Windows Desktop"
47
48
#endif
49
50
#include <
msgpack/predef/detail/test.h
>
51
MSGPACK_PREDEF_DECLARE_TEST
(
MSGPACK_PLAT_WINDOWS_DESKTOP
,
MSGPACK_PLAT_WINDOWS_DESKTOP_NAME
)
version_number.h
windows_uwp.h
test.h
windows.h
MSGPACK_PREDEF_DECLARE_TEST
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition:
test.h:13
platform_detected.h
MSGPACK_PLAT_WINDOWS_DESKTOP
#define MSGPACK_PLAT_WINDOWS_DESKTOP
Definition:
windows_desktop.h:32
MSGPACK_PLAT_WINDOWS_DESKTOP_NAME
#define MSGPACK_PLAT_WINDOWS_DESKTOP_NAME
Definition:
windows_desktop.h:46
make.h
Generated by
1.8.17