branch update for HEAD-2003091401
[reactos.git] / lib / crtdll / direct / mkdir.c
index e568b9c..ec95060 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/direct.h>
 
 
+/*
+ * @implemented
+ */
 int _mkdir(const char* _path)
 {
     if (!CreateDirectoryA(_path, NULL))