update for HEAD-2003091401
[reactos.git] / include / ntdll / ntdll.h
index 83eb715..6c96a33 100644 (file)
@@ -3,12 +3,16 @@
 
 #define UNIMPLEMENTED DbgPrint("%s in %s:%d is unimplemented\n",__FUNCTION__,__FILE__,__LINE__);
 
+#ifndef __USE_W32API
+
 #ifndef NASSERT
 #define assert(x) if (!(x)) {DbgPrint("Assertion "#x" failed at %s:%d\n", __FILE__,__LINE__); for(;;);}
 #else
 #define assert(x)
 #endif
 
+#endif
+
 #ifdef NDEBUG
 #define DPRINT(args...)
 #define CHECKPOINT