mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:05:42 +00:00
[user32]
- Remove the last reactos-only export from user32 (PrivateCsrssManualGuiCheck) [win32csr] - Move PrivateCsrssManualGuiCheck from user32 to win32csr svn path=/trunk/; revision=48907
This commit is contained in:
parent
f9692ba22c
commit
3e70fced07
3 changed files with 7 additions and 14 deletions
|
@ -35,17 +35,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(user32);
|
||||||
|
|
||||||
/* FUNCTIONS *****************************************************************/
|
/* FUNCTIONS *****************************************************************/
|
||||||
|
|
||||||
/*
|
|
||||||
* Private calls for CSRSS
|
|
||||||
*/
|
|
||||||
VOID
|
|
||||||
WINAPI
|
|
||||||
PrivateCsrssManualGuiCheck(LONG Check)
|
|
||||||
{
|
|
||||||
NtUserCallOneParam(Check, ONEPARAM_ROUTINE_CSRSS_GUICHECK);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -748,9 +748,6 @@
|
||||||
@ stdcall wvsprintfA(ptr str ptr)
|
@ stdcall wvsprintfA(ptr str ptr)
|
||||||
@ stdcall wvsprintfW(ptr wstr ptr)
|
@ stdcall wvsprintfW(ptr wstr ptr)
|
||||||
|
|
||||||
; ROS specific exports
|
|
||||||
@ stdcall PrivateCsrssManualGuiCheck(long)
|
|
||||||
|
|
||||||
; Functions exported by Win Vista
|
; Functions exported by Win Vista
|
||||||
@ stdcall SetProcessDPIAware()
|
@ stdcall SetProcessDPIAware()
|
||||||
|
|
||||||
|
|
|
@ -145,6 +145,13 @@ Win32CsrInitComplete(void)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
VOID
|
||||||
|
WINAPI
|
||||||
|
PrivateCsrssManualGuiCheck(LONG Check)
|
||||||
|
{
|
||||||
|
NtUserCallOneParam(Check, ONEPARAM_ROUTINE_CSRSS_GUICHECK);
|
||||||
|
}
|
||||||
|
|
||||||
BOOL WINAPI
|
BOOL WINAPI
|
||||||
Win32CsrInitialization(PCSRSS_API_DEFINITION *ApiDefinitions,
|
Win32CsrInitialization(PCSRSS_API_DEFINITION *ApiDefinitions,
|
||||||
PCSRPLUGIN_SERVER_PROCS ServerProcs,
|
PCSRPLUGIN_SERVER_PROCS ServerProcs,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue