update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / waccess.c
index 24932fc..85a894e 100644 (file)
@@ -5,6 +5,9 @@
 #include <msvcrt/msvcrtdbg.h>
 
 
+/*
+ * @implemented
+ */
 int _waccess(const wchar_t *_path, int _amode)
 {
     DWORD Attributes = GetFileAttributesW(_path);