[undocuser.h]

- Move definition of UpdatePerUserSystemParameters to undocuser.h

svn path=/trunk/; revision=53656
This commit is contained in:
Giannis Adamopoulos 2011-09-09 14:13:04 +00:00
parent 78ba9b27da
commit 65bfc47fd6
3 changed files with 2 additions and 10 deletions

View file

@ -28,6 +28,7 @@
#include <regstr.h>
#include <shlobj.h>
#include <shlwapi.h>
#include <undocuser.h>
#include "resource.h"
#include <wine/debug.h>
#include <win32k/ntusrtyp.h>
@ -462,11 +463,6 @@ VOID SetUserSysColors(VOID)
RegCloseKey(hKey);
}
DWORD
WINAPI
UpdatePerUserSystemParameters(DWORD dw1, BOOL bEnable);
static
VOID SetUserWallpaper(VOID)
{

View file

@ -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);

View file

@ -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);