From 5de4a5bc2ff0001680521863ef0c3200137bee04 Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Tue, 19 Feb 2019 14:29:52 +0200 Subject: [PATCH] ext-ms-win-gdi-font-l1-1-0: Add dll. Signed-off-by: Andrey Gusev Signed-off-by: Alexandre Julliard --- configure | 2 ++ configure.ac | 1 + dlls/ext-ms-win-gdi-font-l1-1-0/Makefile.in | 1 + .../ext-ms-win-gdi-font-l1-1-0.spec | 12 ++++++++++++ tools/make_specfiles | 1 + 5 files changed, 17 insertions(+) create mode 100644 dlls/ext-ms-win-gdi-font-l1-1-0/Makefile.in create mode 100644 dlls/ext-ms-win-gdi-font-l1-1-0/ext-ms-win-gdi-font-l1-1-0.spec diff --git a/configure b/configure index 2217ebd578e..9f9f438df48 100755 --- a/configure +++ b/configure @@ -1268,6 +1268,7 @@ 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_font_l1_1_0 enable_ext_ms_win_gdi_render_l1_1_0 enable_ext_ms_win_kernel32_package_current_l1_1_0 enable_ext_ms_win_kernel32_package_l1_1_1 @@ -19573,6 +19574,7 @@ wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l 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-font-l1-1-0 enable_ext_ms_win_gdi_font_l1_1_0 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 wine_fn_config_makefile dlls/ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1 diff --git a/configure.ac b/configure.ac index 6c6e708a991..f8cce376a48 100644 --- a/configure.ac +++ b/configure.ac @@ -3306,6 +3306,7 @@ 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-font-l1-1-0) 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) WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-kernel32-package-l1-1-1) diff --git a/dlls/ext-ms-win-gdi-font-l1-1-0/Makefile.in b/dlls/ext-ms-win-gdi-font-l1-1-0/Makefile.in new file mode 100644 index 00000000000..2361294fdb0 --- /dev/null +++ b/dlls/ext-ms-win-gdi-font-l1-1-0/Makefile.in @@ -0,0 +1 @@ +MODULE = ext-ms-win-gdi-font-l1-1-0.dll diff --git a/dlls/ext-ms-win-gdi-font-l1-1-0/ext-ms-win-gdi-font-l1-1-0.spec b/dlls/ext-ms-win-gdi-font-l1-1-0/ext-ms-win-gdi-font-l1-1-0.spec new file mode 100644 index 00000000000..8b7c5188b93 --- /dev/null +++ b/dlls/ext-ms-win-gdi-font-l1-1-0/ext-ms-win-gdi-font-l1-1-0.spec @@ -0,0 +1,12 @@ +@ stdcall CreateFontIndirectA(ptr) gdi32.CreateFontIndirectA +@ stdcall CreateFontIndirectW(ptr) gdi32.CreateFontIndirectW +@ stdcall EnumFontFamiliesA(long str ptr long) gdi32.EnumFontFamiliesA +@ stdcall EnumFontFamiliesExA(long ptr ptr long long) gdi32.EnumFontFamiliesExA +@ stdcall EnumFontFamiliesExW(long ptr ptr long long) gdi32.EnumFontFamiliesExW +@ stdcall GetFontData(long long long ptr long) gdi32.GetFontData +@ stdcall GetFontFileData(long long int64 ptr long) gdi32.GetFontFileData +@ stdcall GetFontFileInfo(long long ptr long ptr) gdi32.GetFontFileInfo +@ stdcall GetFontRealizationInfo(long ptr) gdi32.GetFontRealizationInfo +@ stdcall GetTextFaceA(long long ptr) gdi32.GetTextFaceA +@ stdcall GetTextMetricsW(long ptr) gdi32.GetTextMetricsW +@ stdcall TranslateCharsetInfo(ptr ptr long) gdi32.TranslateCharsetInfo diff --git a/tools/make_specfiles b/tools/make_specfiles index 9fe4dd12be7..9201be433ae 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -438,6 +438,7 @@ my @dll_groups = "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-font-l1-1-0", "ext-ms-win-gdi-render-l1-1-0", "ext-ms-win-rtcore-gdi-devcaps-l1-1-0", "ext-ms-win-rtcore-gdi-object-l1-1-0",