少年修仙传客户端基础资源
hch
2024-04-01 d01413b00ef631ac20347716b23818b0b811f65f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * \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_ */