From 65bfc47fd6ed628f7696080f04857318aef82226 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Fri, 9 Sep 2011 14:13:04 +0000 Subject: [PATCH] [undocuser.h] - Move definition of UpdatePerUserSystemParameters to undocuser.h svn path=/trunk/; revision=53656 --- reactos/base/system/userinit/userinit.c | 6 +----- reactos/base/system/winlogon/winlogon.h | 5 ----- reactos/include/reactos/undocuser.h | 1 + 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/reactos/base/system/userinit/userinit.c b/reactos/base/system/userinit/userinit.c index 6dbf1bb6c34..8f3295ebedd 100644 --- a/reactos/base/system/userinit/userinit.c +++ b/reactos/base/system/userinit/userinit.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "resource.h" #include #include @@ -462,11 +463,6 @@ VOID SetUserSysColors(VOID) RegCloseKey(hKey); } -DWORD -WINAPI -UpdatePerUserSystemParameters(DWORD dw1, BOOL bEnable); - - static VOID SetUserWallpaper(VOID) { diff --git a/reactos/base/system/winlogon/winlogon.h b/reactos/base/system/winlogon/winlogon.h index d28e1502544..34d1e33bd2b 100644 --- a/reactos/base/system/winlogon/winlogon.h +++ b/reactos/base/system/winlogon/winlogon.h @@ -176,11 +176,6 @@ extern PWLSESSION WLSession; ((Status) == WLX_SAS_ACTION_SHUTDOWN_HIBERNATE) \ ) -/* user32 */ -BOOL WINAPI -UpdatePerUserSystemParameters(DWORD dwUnknown, - DWORD dwReserved); - /* environment.c */ BOOL CreateUserEnvironment(IN PWLSESSION Session); diff --git a/reactos/include/reactos/undocuser.h b/reactos/include/reactos/undocuser.h index 9209b29d848..8ffbcbea9a3 100644 --- a/reactos/include/reactos/undocuser.h +++ b/reactos/include/reactos/undocuser.h @@ -95,6 +95,7 @@ #define SBRG_PAGEDOWNLEFT 4 /* the page down or page left region */ #define SBRG_BOTTOMLEFTBTN 5 /* the bottom or left button */ +BOOL WINAPI UpdatePerUserSystemParameters(DWORD dwReserved, BOOL bEnable); BOOL WINAPI SetLogonNotifyWindow(HWND Wnd, HWINSTA WinSta); BOOL WINAPI KillSystemTimer(HWND,UINT_PTR); UINT_PTR WINAPI SetSystemTimer(HWND,UINT_PTR,UINT,TIMERPROC);