linux-packaging-mono/mono/metadata/console-win32-internals.h
Xamarin Public Jenkins (auto-signing) 966bba02bb Imported Upstream version 5.2.0.175
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
2017-06-07 13:16:24 +00:00

20 lines
519 B
C

/**
* \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 <config.h>
#include <glib.h>
#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 <mono/metadata/console-io.h>
#endif /* __MONO_CONSOLE_WIN32_INTERNALS_H__ */