ext-ms-win-gdi-dc-create-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:
Andrey Gusev 2016-10-26 12:08:33 +03:00 committed by Alexandre Julliard
parent 1ff4f043e3
commit b80cd8fb30
5 changed files with 9 additions and 0 deletions

2
configure vendored
View File

@ -1162,6 +1162,7 @@ enable_dxva2
enable_esent
enable_evr
enable_explorerframe
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_faultrep
@ -17918,6 +17919,7 @@ wine_fn_config_dll esent enable_esent
wine_fn_config_dll evr enable_evr
wine_fn_config_dll explorerframe enable_explorerframe clean
wine_fn_config_test dlls/explorerframe/tests explorerframe_test
wine_fn_config_dll ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
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 faultrep enable_faultrep implib

View File

@ -3004,6 +3004,7 @@ WINE_CONFIG_DLL(esent)
WINE_CONFIG_DLL(evr)
WINE_CONFIG_DLL(explorerframe,,[clean])
WINE_CONFIG_TEST(dlls/explorerframe/tests)
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(faultrep,,[implib])

View File

@ -0,0 +1 @@
MODULE = ext-ms-win-gdi-dc-create-l1-1-1.dll

View File

@ -0,0 +1,4 @@
@ stdcall CreateCompatibleDC(long) gdi32.CreateCompatibleDC
@ stdcall CreateDCW(wstr wstr wstr ptr) gdi32.CreateDCW
@ stdcall CreateICW(wstr wstr wstr ptr) gdi32.CreateICW
@ stdcall DeleteDC(long) gdi32.DeleteDC

View File

@ -284,6 +284,7 @@ my @dll_groups =
],
[
"gdi32",
"ext-ms-win-gdi-dc-create-l1-1-1",
"ext-ms-win-gdi-devcaps-l1-1-0",
],
[