966bba02bb
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
20 lines
519 B
C
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__ */
|
|
|