update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdio / wrename.c
index f580216..2bf3a19 100644 (file)
@@ -3,6 +3,9 @@
 #include <msvcrt/io.h>
 
 
+/*
+ * @implemented
+ */
 int _wrename(const wchar_t* old_, const wchar_t* new_)
 {
     if (old_ == NULL || new_ == NULL)