update for HEAD-2003091401
[reactos.git] / lib / crtdll / direct / rmdir.c
index a057acd..d178fe1 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/direct.h>
 
 
+/*
+ * @implemented
+ */
 int _rmdir(const char* _path)
 {
     if (!RemoveDirectoryA(_path))