/** * \file * Copyright 2016 Microsoft * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #ifndef __MONO_CONSOLE_WIN32_INTERNALS_H__ #define __MONO_CONSOLE_WIN32_INTERNALS_H__ #include #include #include "mono/metadata/object.h" #include "mono/metadata/object-internals.h" #include "mono/utils/mono-error.h" #include "mono/utils/mono-error-internals.h" #include #endif /* __MONO_CONSOLE_WIN32_INTERNALS_H__ */