mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 17:23:53 +00:00
ext-ms-win-ntuser-private-l1-1-1: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ff4ac5f5bc
commit
1fbeca51a5
2
configure
vendored
2
configure
vendored
@ -1167,6 +1167,7 @@ enable_ext_ms_win_gdi_dc_create_l1_1_1
|
||||
enable_ext_ms_win_gdi_devcaps_l1_1_0
|
||||
enable_ext_ms_win_kernel32_package_current_l1_1_0
|
||||
enable_ext_ms_win_ntuser_message_l1_1_1
|
||||
enable_ext_ms_win_ntuser_private_l1_1_1
|
||||
enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
|
||||
enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
|
||||
enable_faultrep
|
||||
@ -17928,6 +17929,7 @@ wine_fn_config_dll ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_crea
|
||||
wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
|
||||
wine_fn_config_dll ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
|
||||
wine_fn_config_dll ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
|
||||
wine_fn_config_dll ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
|
||||
wine_fn_config_dll ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
|
||||
wine_fn_config_dll ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
|
||||
wine_fn_config_dll faultrep enable_faultrep implib
|
||||
|
@ -3009,6 +3009,7 @@ WINE_CONFIG_DLL(ext-ms-win-gdi-dc-create-l1-1-1)
|
||||
WINE_CONFIG_DLL(ext-ms-win-gdi-devcaps-l1-1-0)
|
||||
WINE_CONFIG_DLL(ext-ms-win-kernel32-package-current-l1-1-0)
|
||||
WINE_CONFIG_DLL(ext-ms-win-ntuser-message-l1-1-1)
|
||||
WINE_CONFIG_DLL(ext-ms-win-ntuser-private-l1-1-1)
|
||||
WINE_CONFIG_DLL(ext-ms-win-ntuser-uicontext-ext-l1-1-0)
|
||||
WINE_CONFIG_DLL(ext-ms-win-rtcore-ntuser-dpi-l1-1-0)
|
||||
WINE_CONFIG_DLL(faultrep,,[implib])
|
||||
|
1
dlls/ext-ms-win-ntuser-private-l1-1-1/Makefile.in
Normal file
1
dlls/ext-ms-win-ntuser-private-l1-1-1/Makefile.in
Normal file
@ -0,0 +1 @@
|
||||
MODULE = ext-ms-win-ntuser-private-l1-1-1.dll
|
@ -0,0 +1,24 @@
|
||||
@ stub CancelShutdown
|
||||
@ stub CreateWindowInBand
|
||||
@ stub DwmGetRemoteSessionOcclusionEvent
|
||||
@ stub DwmGetRemoteSessionOcclusionState
|
||||
@ stub DwmLockScreenUpdates
|
||||
@ stub GetClipboardAccessToken
|
||||
@ stub GetWindowBand
|
||||
@ stub GetWindowCompositionAttribute
|
||||
@ stub IsQueueAttached
|
||||
@ stub IsThreadDesktopComposited
|
||||
@ stub IsThreadMessageQueueAttached
|
||||
@ stdcall LoadLocalFonts() user32.LoadLocalFonts
|
||||
@ stub LoadRemoteFonts
|
||||
@ stub LockWindowStation
|
||||
@ stub RecordShutdownReason
|
||||
@ stdcall RegisterLogonProcess(long long) user32.RegisterLogonProcess
|
||||
@ stub SetThreadInputBlocked
|
||||
@ stub SetWindowCompositionAttribute
|
||||
@ stdcall SetWindowStationUser(long long) user32.SetWindowStationUser
|
||||
@ stub SwitchDesktopWithFade
|
||||
@ stub UnlockWindowStation
|
||||
@ stub UpdatePerUserSystemParameters
|
||||
@ stub UpdateWindowInputSinkHints
|
||||
@ stub WaitForRedirectionStartComplete
|
@ -268,6 +268,7 @@ my @dll_groups =
|
||||
"api-ms-win-ntuser-dc-access-l1-1-0",
|
||||
"api-ms-win-rtcore-ntuser-private-l1-1-0",
|
||||
"ext-ms-win-ntuser-message-l1-1-1",
|
||||
"ext-ms-win-ntuser-private-l1-1-1",
|
||||
"ext-ms-win-ntuser-uicontext-ext-l1-1-0",
|
||||
"ext-ms-win-rtcore-ntuser-dpi-l1-1-0",
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user