Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / wstring / wcsncmp.c
index e661043..2119483 100644 (file)
@@ -1,4 +1,5 @@
-#include <msvcrt/wchar.h>
+#include <msvcrti.h>
+
 
 int wcsncmp(const wchar_t * cs,const wchar_t * ct,size_t count)
 {