[RTL]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 14 Apr 2013 18:59:37 +0000 (18:59 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 14 Apr 2013 18:59:37 +0000 (18:59 +0000)
Fix host tools build

svn path=/trunk/; revision=58762

reactos/lib/rtl/bitmap.c

index 02c6ef0..ce77ac9 100644 (file)
 #define NDEBUG
 #include <debug.h>
 
+/* Hack for host tools */
+#ifndef _SAL_VERSION
+#include "../ndk/no_sal2.h"
+#endif
+
 // FIXME: hack
 #undef ASSERT
 #define ASSERT(...)