Added binary and unicode file i/o support to msvcrt.
[reactos.git] / reactos / lib / crtdll / wchar / wcscoll.c
index 98a65d7..6a5278f 100644 (file)
@@ -1,6 +1,5 @@
 
-
-#include <crtdll/wchar.h>
+#include <msvcrt/string.h>
 
 int wcscoll(const wchar_t *a1,const wchar_t *a2)
 {