update for HEAD-2003091401
[reactos.git] / lib / msvcrt / direct / wchdir.c
index 5772036..987f5e2 100644 (file)
@@ -3,6 +3,9 @@
 #include <msvcrt/direct.h>
 
 
+/*
+ * @implemented
+ */
 int _wchdir (const wchar_t *_path)
 {
     if (_path[1] == L':')