/**
|
* \file
|
* Copyright 2016 Microsoft
|
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
*/
|
#ifndef _MONO_METADATA_W32FILE_WIN32_INTERNALS_H_
|
#define _MONO_METADATA_W32FILE_WIN32_INTERNALS_H_
|
|
#include <config.h>
|
#include <glib.h>
|
|
#ifdef HOST_WIN32
|
#include "mono/metadata/w32file.h"
|
#include "mono/metadata/w32file-internals.h"
|
#endif /* HOST_WIN32 */
|
#endif /* _MONO_METADATA_W32FILE_WIN32_INTERNALS_H_ */
|