Jacek Caban : gdiplus: Build with ucrtbase.

Alexandre Julliard julliard at winehq.org
Tue Aug 6 17:41:59 CDT 2019


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Aug  6 12:25:58 2019 +0200

gdiplus: Build with ucrtbase.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/gdiplus/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/gdiplus/Makefile.in b/dlls/gdiplus/Makefile.in
index e73e7d4..7fcafc8 100644
--- a/dlls/gdiplus/Makefile.in
+++ b/dlls/gdiplus/Makefile.in
@@ -1,6 +1,6 @@
 MODULE    = gdiplus.dll
 IMPORTLIB = gdiplus
-IMPORTS   = uuid shlwapi ole32 user32 gdi32
+IMPORTS   = uuid shlwapi ole32 user32 gdi32 ucrtbase
 DELAYIMPORTS = windowscodecs
 
 EXTRADLLFLAGS = -mno-cygwin




More information about the wine-cvs mailing list