branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / wchmod.c
index e10d632..9762acd 100644 (file)
@@ -7,6 +7,9 @@
 #define mode_t int
 
 
+/*
+ * @implemented
+ */
 int _wchmod(const wchar_t* filename, mode_t mode)
 {
     DWORD FileAttributes = 0;