mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +00:00
[RTL/MKHIVE]
Revert r58762 and apply a better fix. svn path=/trunk/; revision=58763
This commit is contained in:
parent
6f902c327d
commit
0d2f933c3c
2 changed files with 2 additions and 5 deletions
|
@ -14,11 +14,6 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
/* Hack for host tools */
|
||||
#ifndef _SAL_VERSION
|
||||
#include "../ndk/no_sal2.h"
|
||||
#endif
|
||||
|
||||
// FIXME: hack
|
||||
#undef ASSERT
|
||||
#define ASSERT(...)
|
||||
|
|
|
@ -137,5 +137,7 @@ extern LIST_ENTRY CmiHiveListHead;
|
|||
#include <string.h>
|
||||
#endif//_WIN32
|
||||
|
||||
#define _In_
|
||||
#define _Out_
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue