mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
Fixes a deadlock with display_device_init mutex and display_lock when trying to open the D3DKMT adapter while holding the mutex in the caller. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56764
29 lines
528 B
Makefile
29 lines
528 B
Makefile
EXTRADEFS = -D_GDI32_
|
|
MODULE = gdi32.dll
|
|
IMPORTLIB = gdi32
|
|
IMPORTS = user32 advapi32 win32u
|
|
DELAYIMPORTS = winspool
|
|
|
|
SOURCES = \
|
|
dc.c \
|
|
emfdc.c \
|
|
enhmetafile.c \
|
|
gdi32.rc \
|
|
icm.c \
|
|
metadc.c \
|
|
metafile.c \
|
|
objects.c \
|
|
opengl.c \
|
|
text.c \
|
|
uniscribe/bidi.c \
|
|
uniscribe/bracket.c \
|
|
uniscribe/breaking.c \
|
|
uniscribe/direction.c \
|
|
uniscribe/indic.c \
|
|
uniscribe/indicsyllable.c \
|
|
uniscribe/linebreak.c \
|
|
uniscribe/mirror.c \
|
|
uniscribe/opentype.c \
|
|
uniscribe/shape.c \
|
|
uniscribe/shaping.c \
|
|
uniscribe/usp10.c
|