update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / wcreate.c
index 6234d81..b61d88f 100644 (file)
@@ -5,6 +5,9 @@
 #include <msvcrt/msvcrtdbg.h>
 
 
+/*
+ * @implemented
+ */
 int _wcreat(const wchar_t* filename, int mode)
 {
     DPRINT("_wcreat('%S', mode %x)\n", filename, mode);