MessagePack for C
msgpack
predef
platform.h
Go to the documentation of this file.
1
/*
2
Copyright Rene Rivera 2013-2015
3
Copyright (c) Microsoft Corporation 2014
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
#if !defined(MSGPACK_PREDEF_PLATFORM_H) || defined(MSGPACK_PREDEF_INTERNAL_GENERATE_TESTS)
10
#ifndef MSGPACK_PREDEF_PLATFORM_H
11
#define MSGPACK_PREDEF_PLATFORM_H
12
#endif
13
14
#include <
msgpack/predef/platform/cloudabi.h
>
15
#include <
msgpack/predef/platform/mingw.h
>
16
#include <
msgpack/predef/platform/mingw32.h
>
17
#include <
msgpack/predef/platform/mingw64.h
>
18
#include <
msgpack/predef/platform/windows_uwp.h
>
19
#include <
msgpack/predef/platform/windows_desktop.h
>
20
#include <
msgpack/predef/platform/windows_phone.h
>
21
#include <
msgpack/predef/platform/windows_server.h
>
22
#include <
msgpack/predef/platform/windows_store.h
>
23
#include <
msgpack/predef/platform/windows_system.h
>
24
#include <
msgpack/predef/platform/windows_runtime.h
>
// deprecated
25
#include <
msgpack/predef/platform/ios.h
>
26
/*#include <msgpack/predef/platform/.h>*/
27
28
#endif
cloudabi.h
ios.h
windows_store.h
windows_phone.h
mingw32.h
mingw64.h
windows_runtime.h
windows_uwp.h
mingw.h
windows_desktop.h
windows_server.h
windows_system.h
Generated by
1.8.17