Merge pull request #2408 from tastywheattasteslikechicken/MoreInterfaceSupport
[mono.git] / mono / metadata / marshal-windows-internals.h
1 /*
2  * Copyright 2016 Microsoft
3  * Licensed under the MIT license. See LICENSE file in the project root for full license information.
4  */
5 #ifndef __MONO_METADATA_MARSHAL_WINDOWS_INTERNALS_H__
6 #define __MONO_METADATA_MARSHAL_WINDOWS_INTERNALS_H__
7
8 #include <config.h>
9 #include <glib.h>
10
11 #ifdef HOST_WIN32
12 #include "mono/metadata/marshal.h"
13 #include "mono/metadata/marshal-internals.h"
14 #include "mono/metadata/exception.h"
15 #endif /* HOST_WIN32 */
16
17 #endif /* __MONO_METADATA_MARSHAL_WINDOWS_INTERNALS_H__ */