mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[undocuser.h]
- Move definition of UpdatePerUserSystemParameters to undocuser.h svn path=/trunk/; revision=53656
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user