- More NDK/MSDDK compatibility fixes.
[reactos.git] / reactos / lib / rtl / rtl.h
index 8d62277..6412c3d 100644 (file)
@@ -8,6 +8,10 @@
 
 /* INCLUDES ******************************************************************/
 
+/* We're a core NT DLL, we don't import syscalls */
+#define _NTSYSTEM_
+#define _NTDLLBUILD_
+
 /* C Headers */
 #include <stdio.h>