gdiplus: Build with ucrtbase.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2019-08-06 12:25:58 +02:00 committed by Alexandre Julliard
parent c2e5f09281
commit d9fb92c864
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
MODULE = gdiplus.dll MODULE = gdiplus.dll
IMPORTLIB = gdiplus IMPORTLIB = gdiplus
IMPORTS = uuid shlwapi ole32 user32 gdi32 IMPORTS = uuid shlwapi ole32 user32 gdi32 ucrtbase
DELAYIMPORTS = windowscodecs DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -mno-cygwin EXTRADLLFLAGS = -mno-cygwin