MessagePack for C
Main Page
Modules
Classes
Files
File List
File Members
include
msgpack
predef
platform.h
Go to the documentation of this file.
1
/*
2
Copyright Rene Rivera 2013
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
#ifndef MSGPACK_PREDEF_PLATFORM_H
10
#define MSGPACK_PREDEF_PLATFORM_H
11
12
#include <
msgpack/predef/platform/mingw.h
>
13
#include <
msgpack/predef/platform/windows_desktop.h
>
14
#include <
msgpack/predef/platform/windows_store.h
>
15
#include <
msgpack/predef/platform/windows_phone.h
>
16
#include <
msgpack/predef/platform/windows_runtime.h
>
17
/*#include <msgpack/predef/platform/.h>*/
18
19
#endif
windows_desktop.h
windows_runtime.h
windows_store.h
mingw.h
windows_phone.h
Generated by
1.8.11