update for HEAD-2003091401
[reactos.git] / lib / crtdll / wchar / wcscoll.c
index 6a5278f..f79ed9d 100644 (file)
@@ -1,6 +1,9 @@
 
 #include <msvcrt/string.h>
 
+/*
+ * @unimplemented
+ */
 int wcscoll(const wchar_t *a1,const wchar_t *a2)
 {
        /* FIXME: handle collates */
@@ -8,6 +11,9 @@ int wcscoll(const wchar_t *a1,const wchar_t *a2)
 }
 
 
+/*
+ * @unimplemented
+ */
 int _wcsicoll(const wchar_t *a1,const wchar_t *a2)
 {
        /* FIXME: handle collates */