ext-ms-win-rtcore-ntuser-dpi-l1-1-0: 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
a6c4c30ad1
commit
108952bcd4
2
configure
vendored
2
configure
vendored
@ -1166,6 +1166,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_rtcore_ntuser_dpi_l1_1_0
|
||||
enable_faultrep
|
||||
enable_fltlib
|
||||
enable_fltmgr_sys
|
||||
@ -17924,6 +17925,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-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
|
||||
wine_fn_config_dll faultrep enable_faultrep implib
|
||||
wine_fn_config_test dlls/faultrep/tests faultrep_test
|
||||
wine_fn_config_dll fltlib enable_fltlib
|
||||
|
@ -3008,6 +3008,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-rtcore-ntuser-dpi-l1-1-0)
|
||||
WINE_CONFIG_DLL(faultrep,,[implib])
|
||||
WINE_CONFIG_TEST(dlls/faultrep/tests)
|
||||
WINE_CONFIG_DLL(fltlib)
|
||||
|
1
dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0/Makefile.in
Normal file
1
dlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0/Makefile.in
Normal file
@ -0,0 +1 @@
|
||||
MODULE = ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll
|
@ -0,0 +1,3 @@
|
||||
@ stub GetDpiForMonitorInternal
|
||||
@ stub GetProcessDpiAwarenessInternal
|
||||
@ stub SetProcessDpiAwarenessInternal
|
@ -267,6 +267,7 @@ my @dll_groups =
|
||||
"api-ms-win-downlevel-user32-l1-1-0",
|
||||
"api-ms-win-ntuser-dc-access-l1-1-0",
|
||||
"ext-ms-win-ntuser-message-l1-1-1",
|
||||
"ext-ms-win-rtcore-ntuser-dpi-l1-1-0",
|
||||
],
|
||||
[
|
||||
"version",
|
||||
|
Loading…
x
Reference in New Issue
Block a user