[MSIEXEC] Sync with Wine Staging 2.16. CORE-13762
[reactos.git] / base / system / logonui / logonui.c
index 1f5cb1e..ad4a1ee 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS Logon User Interface Host
- * FILE:        subsys/system/logonui/logonui.c
+ * FILE:        base/system/logonui/logonui.c
  * PROGRAMMERS: Ged Murphy (gedmurphy@reactos.org)
  */
 
@@ -89,7 +89,7 @@ ParseCmdline(int argc, WCHAR* argv[])
 }
 
 static VOID
-Run()
+Run(VOID)
 {
     HWND hDesktopWnd;
     HDC hdcDesktop, hdcMem;