Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / ntoskrnl / rtl / memcpy.c
index 7373985..81d0b7e 100644 (file)
@@ -8,12 +8,12 @@
 
 /* INCLUDES *****************************************************************/
 
-#include <ddk/ntddk.h>
-#include <string.h>
+#include <ntoskrnl.h>
 
 #define NDEBUG
 #include <internal/debug.h>
 
+
 /* FUNCTIONS *****************************************************************/
 
 #undef memcpy