Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / wstring / wcslen.c
index 7829d2f..12370fc 100644 (file)
@@ -1,6 +1,5 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-
-#include <msvcrt/string.h>
+#include <msvcrti.h>
 
 
 size_t wcslen(const wchar_t * s)