update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdlib / wfulpath.c
index 21b44cf..67b58dd 100644 (file)
@@ -11,6 +11,9 @@
 #include <msvcrt/stdlib.h>
 
 
+/*
+ * @implemented
+ */
 wchar_t* _wfullpath(wchar_t* absPath, const wchar_t* relPath, size_t maxLength)
 {
     wchar_t* lpFilePart;