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:
parent
c2e5f09281
commit
d9fb92c864
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue