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