mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[MKHIVE]
Fix build and silence MSVC warnings svn path=/trunk/; revision=59093
This commit is contained in:
parent
30b1b2b577
commit
9ec0fe4e61
1 changed files with 5 additions and 0 deletions
|
@ -137,7 +137,12 @@ extern LIST_ENTRY CmiHiveListHead;
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#endif//_WIN32
|
#endif//_WIN32
|
||||||
|
|
||||||
|
#ifndef _MSC_VER
|
||||||
#define _In_
|
#define _In_
|
||||||
#define _Out_
|
#define _Out_
|
||||||
|
#define _In_opt_
|
||||||
|
#define _In_range_(x, y)
|
||||||
|
#endif
|
||||||
|
#define __drv_aliasesMem
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
Loading…
Reference in a new issue