mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
5f680a1e1c
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53035 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53038 Signed-off-by: Jactry Zeng <jzeng@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
5 lines
67 B
Makefile
5 lines
67 B
Makefile
TESTDLL = dwmapi.dll
|
|
IMPORTS = dwmapi user32
|
|
|
|
C_SRCS = \
|
|
dwmapi.c
|