mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 21:27:31 +00:00
![Huw Davies](/assets/img/avatar_default.png)
name for the primary device. Make both EnumDisplayDevicesA and GetMonitorInfoA call their unicode counterparts. Update prototype of EnumDisplayDevices. Add some tests.
33 lines
440 B
Makefile
33 lines
440 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = user32.dll
|
|
IMPORTS = user32 gdi32 advapi32 kernel32
|
|
|
|
CTESTS = \
|
|
class.c \
|
|
clipboard.c \
|
|
dce.c \
|
|
dde.c \
|
|
dialog.c \
|
|
edit.c \
|
|
generated.c \
|
|
input.c \
|
|
listbox.c \
|
|
menu.c \
|
|
monitor.c \
|
|
msg.c \
|
|
resource.c \
|
|
sysparams.c \
|
|
text.c \
|
|
win.c \
|
|
winstation.c \
|
|
wsprintf.c
|
|
|
|
RC_SRCS = resource.rc
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|