Signed-off-by: Andrey Gusev andrey.goosev@gmail.com --- dlls/ext-ms-win-gdi-font-l1-1-1/Makefile.in | 1 + .../ext-ms-win-gdi-font-l1-1-1.spec | 30 +++++++++++++++++++ tools/make_specfiles | 1 + 3 files changed, 32 insertions(+) create mode 100644 dlls/ext-ms-win-gdi-font-l1-1-1/Makefile.in create mode 100644 dlls/ext-ms-win-gdi-font-l1-1-1/ext-ms-win-gdi-font-l1-1-1.spec
diff --git a/dlls/ext-ms-win-gdi-font-l1-1-1/Makefile.in b/dlls/ext-ms-win-gdi-font-l1-1-1/Makefile.in new file mode 100644 index 0000000000..eb60e7a234 --- /dev/null +++ b/dlls/ext-ms-win-gdi-font-l1-1-1/Makefile.in @@ -0,0 +1 @@ +MODULE = ext-ms-win-gdi-font-l1-1-1.dll diff --git a/dlls/ext-ms-win-gdi-font-l1-1-1/ext-ms-win-gdi-font-l1-1-1.spec b/dlls/ext-ms-win-gdi-font-l1-1-1/ext-ms-win-gdi-font-l1-1-1.spec new file mode 100644 index 0000000000..c1b0679883 --- /dev/null +++ b/dlls/ext-ms-win-gdi-font-l1-1-1/ext-ms-win-gdi-font-l1-1-1.spec @@ -0,0 +1,30 @@ +@ 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 ExtTextOutA(long long long long ptr str long ptr) gdi32.ExtTextOutA +@ stdcall ExtTextOutW(long long long long ptr wstr long ptr) gdi32.ExtTextOutW +@ stdcall GetCharABCWidthsW(long long long ptr) gdi32.GetCharABCWidthsW +@ stdcall GetCharWidth32A(long long long long) gdi32.GetCharWidth32A +@ stdcall GetCharWidthA(long long long long) gdi32.GetCharWidthA +@ stdcall GetCharWidthW(long long long long) gdi32.GetCharWidthW +@ 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 GetGlyphIndicesW(long ptr long ptr long) gdi32.GetGlyphIndicesW +@ stdcall GetGlyphOutlineW(long long long ptr long ptr ptr) gdi32.GetGlyphOutlineW +@ stdcall GetKerningPairsA(long long ptr) gdi32.GetKerningPairsA +@ stdcall GetKerningPairsW(long long ptr) gdi32.GetKerningPairsW +@ stdcall GetOutlineTextMetricsA(long long ptr) gdi32.GetOutlineTextMetricsA +@ stdcall GetOutlineTextMetricsW(long long ptr) gdi32.GetOutlineTextMetricsW +@ stdcall GetTextCharsetInfo(long ptr long) gdi32.GetTextCharsetInfo +@ stdcall GetTextExtentExPointW(long wstr long long ptr ptr ptr) gdi32.GetTextExtentExPointW +@ stdcall GetTextFaceA(long long ptr) gdi32.GetTextFaceA +@ stdcall GetTextFaceW(long long ptr) gdi32.GetTextFaceW +@ stdcall GetTextMetricsW(long ptr) gdi32.GetTextMetricsW +@ stdcall SetTextAlign(long long) gdi32.SetTextAlign +@ stdcall SetTextColor(long long) gdi32.SetTextColor +@ stdcall TextOutW(long long long wstr long) gdi32.TextOutW +@ stdcall TranslateCharsetInfo(ptr ptr long) gdi32.TranslateCharsetInfo diff --git a/tools/make_specfiles b/tools/make_specfiles index 9201be433a..8933ae46e8 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -439,6 +439,7 @@ my @dll_groups = "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-font-l1-1-1", "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",