branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / wutime.c
index be87e8b..452769b 100644 (file)
@@ -5,6 +5,9 @@
 #include <msvcrt/internal/file.h>
 
 
+/*
+ * @implemented
+ */
 int _wutime(const wchar_t* filename, struct _utimbuf* buf)
 {
     int fn;