Andrey Gusev : ext-ms-win-gdi-font-l1-1-0: Add dll.

Alexandre Julliard julliard at winehq.org
Tue Feb 19 15:29:34 CST 2019


Module: wine
Branch: master
Commit: 5de4a5bc2ff0001680521863ef0c3200137bee04
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5de4a5bc2ff0001680521863ef0c3200137bee04

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Tue Feb 19 14:29:52 2019 +0200

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

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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(+)

diff --git a/configure b/configure
index 2217ebd..9f9f438 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 6c6e708..f8cce37 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 0000000..2361294
--- /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 0000000..8b7c518
--- /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 9fe4dd1..9201be4 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",




More information about the wine-cvs mailing list