Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / wstring / wcsncpy.c
index 07d0000..1457be0 100644 (file)
@@ -1,4 +1,5 @@
-#include <msvcrt/wchar.h>
+#include <msvcrti.h>
+
 
 wchar_t * wcsncpy(wchar_t * dest,const wchar_t *src,size_t count)
 {