- Synchronize up to trunk's revision r57864.
[reactos.git] / base / system / userinit / userinit.c
index 6dbf1bb..d19dda5 100644 (file)
@@ -28,9 +28,9 @@
 #include <regstr.h>
 #include <shlobj.h>
 #include <shlwapi.h>
+#include <undocuser.h>
 #include "resource.h"
 #include <wine/debug.h>
-#include <win32k/ntusrtyp.h>
 
 WINE_DEFAULT_DEBUG_CHANNEL(userinit);
 
@@ -114,7 +114,7 @@ BOOL IsConsoleShell(VOID)
         goto cleanup;
     }
 
-    /* Check for CONSOLE in SystemStartOptions */
+    /* Check for CONSOLE switch in SystemStartOptions */
     CurrentOption = SystemStartOptions;
     while (CurrentOption)
     {
@@ -462,11 +462,6 @@ VOID SetUserSysColors(VOID)
     RegCloseKey(hKey);
 }
 
-DWORD
-WINAPI
-UpdatePerUserSystemParameters(DWORD dw1, BOOL bEnable);
-
-
 static
 VOID SetUserWallpaper(VOID)
 {