branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / direct / wmkdir.c
index 6b979c4..653d0f1 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/direct.h>
 
 
+/*
+ * @implemented
+ */
 int _wmkdir(const wchar_t* _path)
 {
     if (!CreateDirectoryW(_path, NULL))