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