[MSIEXEC] Sync with Wine Staging 2.16. CORE-13762
[reactos.git] / base / system / services / lock.c
index 1f27d80..b670fb6 100644 (file)
@@ -2,7 +2,7 @@
  * PROJECT:     ReactOS Service Control Manager
  * LICENSE:     GPL - See COPYING in the top level directory
  * FILE:        base/system/services/lock.c
- * PURPOSE:     Service lock functions
+ * PURPOSE:     User-side Services Start Serialization Lock functions
  * COPYRIGHT:   Copyright 2012 Hermès Bélusca
  */
 
 
 #include "services.h"
 
+#include <time.h>
+
 #define NDEBUG
 #include <debug.h>
 
-
 /* GLOBALS *******************************************************************/
 
+/* The unique user service start lock of the SCM */
 static PSTART_LOCK pServiceStartLock = NULL;