ext-ms-win-gdi-draw-l1-1-0: Add dll.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Andrey Gusev 2019-02-19 14:29:50 +02:00 committed by Alexandre Julliard
parent 0388828edf
commit c62db16787
5 changed files with 23 additions and 0 deletions

2
configure vendored
View File

@ -1266,6 +1266,7 @@ enable_ext_ms_win_gdi_dc_create_l1_1_0
enable_ext_ms_win_gdi_dc_create_l1_1_1
enable_ext_ms_win_gdi_dc_l1_2_0
enable_ext_ms_win_gdi_devcaps_l1_1_0
enable_ext_ms_win_gdi_draw_l1_1_0
enable_ext_ms_win_gdi_draw_l1_1_1
enable_ext_ms_win_gdi_render_l1_1_0
enable_ext_ms_win_kernel32_package_current_l1_1_0
@ -19569,6 +19570,7 @@ wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-create-l1-1-0 enable_ext_ms_win_g
wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
wine_fn_config_makefile dlls/ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
wine_fn_config_makefile dlls/ext-ms-win-gdi-draw-l1-1-0 enable_ext_ms_win_gdi_draw_l1_1_0
wine_fn_config_makefile dlls/ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
wine_fn_config_makefile dlls/ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
wine_fn_config_makefile dlls/ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0

View File

@ -3304,6 +3304,7 @@ WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-gdi-dc-create-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-gdi-dc-create-l1-1-1)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-gdi-dc-l1-2-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-gdi-devcaps-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-gdi-draw-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-gdi-draw-l1-1-1)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-gdi-render-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-kernel32-package-current-l1-1-0)

View File

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

View File

@ -0,0 +1,18 @@
@ stdcall BitBlt(long long long long long long long long long) gdi32.BitBlt
@ stdcall CreateBitmap(long long long long ptr) gdi32.CreateBitmap
@ stdcall CreateCompatibleBitmap(long long long) gdi32.CreateCompatibleBitmap
@ stdcall CreateDIBSection(long ptr long ptr long long) gdi32.CreateDIBSection
@ stdcall CreateSolidBrush(long) gdi32.CreateSolidBrush
@ stdcall GdiFlush() gdi32.GdiFlush
@ stdcall GetBitmapBits(long long ptr) gdi32.GetBitmapBits
@ stdcall GetDIBits(long long long long ptr ptr long) gdi32.GetDIBits
@ stdcall GetWorldTransform(long ptr) gdi32.GetWorldTransform
@ stdcall LineTo(long long long) gdi32.LineTo
@ stdcall MoveToEx(long long long ptr) gdi32.MoveToEx
@ stdcall PolyBezierTo(long ptr long) gdi32.PolyBezierTo
@ stdcall SetDIBits(long long long long ptr ptr long) gdi32.SetDIBits
@ stdcall SetGraphicsMode(long long) gdi32.SetGraphicsMode
@ stdcall SetLayout(long long) gdi32.SetLayout
@ stdcall SetWorldTransform(long ptr) gdi32.SetWorldTransform
@ stdcall StretchBlt(long long long long long long long long long long long) gdi32.StretchBlt
@ stdcall StretchDIBits(long long long long long long long long long ptr ptr long long) gdi32.StretchDIBits

View File

@ -435,6 +435,7 @@ my @dll_groups =
"ext-ms-win-gdi-dc-create-l1-1-1",
"ext-ms-win-gdi-dc-l1-2-0",
"ext-ms-win-gdi-devcaps-l1-1-0",
"ext-ms-win-gdi-draw-l1-1-0",
"ext-ms-win-gdi-draw-l1-1-1",
"ext-ms-win-gdi-render-l1-1-0",
"ext-ms-win-rtcore-gdi-devcaps-l1-1-0",