update for HEAD-2003091401
[reactos.git] / lib / msvcrt / direct / wgetcwd.c
index 14e71bc..c57c9f3 100644 (file)
@@ -3,6 +3,9 @@
 #include <msvcrt/stdlib.h>
 
 
+/*
+ * @implemented
+ */
 wchar_t* _wgetcwd(wchar_t* buffer, int maxlen)
 {
     wchar_t *cwd;