mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 14:20:15 +00:00
b1eeaa657d
This reverts commit f304b2ae23
.
16-bit applications don't use themed controls even if theming is on.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51583
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51802
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
122 B
Makefile
9 lines
122 B
Makefile
MODULE = winevdm.exe
|
|
IMPORTS = user32 kernel
|
|
|
|
EXTRADLLFLAGS = -mwindows
|
|
|
|
C_SRCS = \
|
|
winevdm.c
|
|
|
|
RC_SRCS = winevdm.rc
|