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