update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / wunlink.c
index c7d2989..51ce61f 100644 (file)
@@ -14,6 +14,9 @@
 #include <msvcrt/msvcrtdbg.h>
 
 
+/*
+ * @implemented
+ */
 int _wunlink(const wchar_t* filename)
 {
     DPRINT("_wunlink('%S')\n", filename);