[RTL/MKHIVE]

Revert r58762 and apply a better fix.

svn path=/trunk/; revision=58763
This commit is contained in:
Timo Kreuzer 2013-04-14 19:16:20 +00:00
parent 6f902c327d
commit 0d2f933c3c
2 changed files with 2 additions and 5 deletions

View file

@ -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(...)

View file

@ -137,5 +137,7 @@ extern LIST_ENTRY CmiHiveListHead;
#include <string.h>
#endif//_WIN32
#define _In_
#define _Out_
/* EOF */