From 61380782a0507fb18dad9df050a991a0a9945363 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath <[email protected]> Date: Fri, 5 Jun 2020 11:58:38 +0530 Subject: [PATCH] headers: import dwrite IDLs from wine
Signed-off-by: Biswapriyo Nath <[email protected]> --- mingw-w64-headers/Makefile.am | 4 ++++ mingw-w64-headers/wine-import.sh | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/mingw-w64-headers/Makefile.am b/mingw-w64-headers/Makefile.am index a014218..45371a7 100644 --- a/mingw-w64-headers/Makefile.am +++ b/mingw-w64-headers/Makefile.am @@ -108,6 +108,10 @@ IDL_SRCS = \ include/downloadmgr.idl \ include/drmexternals.idl \ include/dvdif.idl \ + include/dwrite.idl \ + include/dwrite_1.idl \ + include/dwrite_2.idl \ + include/dwrite_3.idl \ include/dxgi.idl \ include/dxgi1_2.idl \ include/dxgi1_3.idl \ diff --git a/mingw-w64-headers/wine-import.sh b/mingw-w64-headers/wine-import.sh index ec74e7d..2b036b4 100755 --- a/mingw-w64-headers/wine-import.sh +++ b/mingw-w64-headers/wine-import.sh @@ -143,6 +143,10 @@ for f in \ downloadmgr \ drmexternals \ dvdif \ + dwrite \ + dwrite_1 \ + dwrite_2 \ + dwrite_3 \ dxgi \ dxgi1_2 \ dxgi1_3 \ @@ -155,7 +159,7 @@ for f in \ dxgitype \ dxva2api \ endpointvolume \ - exdisp \ + exdisp \ fusion \ icftypes \ mediaobj \ @@ -168,7 +172,7 @@ for f in \ objectarray \ optary \ qedit \ - spatialaudioclient \ + spatialaudioclient \ taskschd \ thumbcache \ uiautomationclient \ -- 2.27.0
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
