Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / ntoskrnl / rtl / memmove.c
index f15f6bb..8c3275c 100644 (file)
@@ -1,4 +1,8 @@
-#include <string.h>
+#include <ntoskrnl.h>
+
+#define NDEBUG
+#include <internal/debug.h>
+
 
 void * memmove(void *dest,const void *src,size_t count)
 {