1
2
3
4
5
6
7
8
9
10
11
12
| /**
| * \file
| * Copyright 2016 Microsoft
| * Licensed under the MIT license. See LICENSE file in the project root for full license information.
| */
| #ifndef _MONO_METADATA_W32FILE_INTERNALS_H_
| #define _MONO_METADATA_W32FILE_INTERNALS_H_
|
| #include <config.h>
| #include <glib.h>
|
| #endif /* _MONO_METADATA_W32FILE_INTERNALS_H_ */
|
|