mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[RTL]
Fix host tools build svn path=/trunk/; revision=58762
This commit is contained in:
parent
75082f2302
commit
6f902c327d
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
/* Hack for host tools */
|
||||
#ifndef _SAL_VERSION
|
||||
#include "../ndk/no_sal2.h"
|
||||
#endif
|
||||
|
||||
// FIXME: hack
|
||||
#undef ASSERT
|
||||
#define ASSERT(...)
|
||||
|
|
Loading…
Reference in a new issue