branch update for HEAD-2003091401
[reactos.git] / lib / kernel32 / file / lock.c
index 62d100a..d8f6fc2 100644 (file)
@@ -21,6 +21,9 @@
 
 /* FUNCTIONS ****************************************************************/
 
+/*
+ * @implemented
+ */
 WINBOOL
 STDCALL
 LockFile(
@@ -42,6 +45,10 @@ LockFile(
  
 }
 
+
+/*
+ * @implemented
+ */
 WINBOOL
 STDCALL
 LockFileEx(
@@ -103,6 +110,10 @@ LockFileEx(
                 
 }
 
+
+/*
+ * @implemented
+ */
 WINBOOL
 STDCALL
 UnlockFile(
@@ -123,7 +134,9 @@ UnlockFile(
 }
 
 
-
+/*
+ * @implemented
+ */
 WINBOOL 
 STDCALL 
 UnlockFileEx(