Merge pull request #3591 from directhex/mono_libdir_fallback
[mono.git] / mono / metadata / console-win32-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_CONSOLE_WIN32_INTERNALS_H__
6 #define __MONO_CONSOLE_WIN32_INTERNALS_H__
7
8 #include <config.h>
9 #include <glib.h>
10
11 #include "mono/metadata/object.h"
12 #include "mono/metadata/object-internals.h"
13 #include "mono/utils/mono-error.h"
14 #include "mono/utils/mono-error-internals.h"
15 #include <mono/metadata/console-io.h>
16
17 #endif /* __MONO_CONSOLE_WIN32_INTERNALS_H__ */
18