mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +00:00
[MKHIVE]
Fix build and silence MSVC warnings svn path=/trunk/; revision=59093
This commit is contained in:
@@ -137,7 +137,12 @@ extern LIST_ENTRY CmiHiveListHead;
|
||||
#include <string.h>
|
||||
#endif//_WIN32
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#define _In_
|
||||
#define _Out_
|
||||
#define _In_opt_
|
||||
#define _In_range_(x, y)
|
||||
#endif
|
||||
#define __drv_aliasesMem
|
||||
|
||||
/* EOF */
|
||||
|
||||
Reference in New Issue
Block a user