mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 22:15:45 +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
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
/* Hack for host tools */
|
|
||||||
#ifndef _SAL_VERSION
|
|
||||||
#include "../ndk/no_sal2.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// FIXME: hack
|
// FIXME: hack
|
||||||
#undef ASSERT
|
#undef ASSERT
|
||||||
#define ASSERT(...)
|
#define ASSERT(...)
|
||||||
|
|
|
@ -137,5 +137,7 @@ extern LIST_ENTRY CmiHiveListHead;
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#endif//_WIN32
|
#endif//_WIN32
|
||||||
|
|
||||||
|
#define _In_
|
||||||
|
#define _Out_
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue