wine/dlls/user/tests/Makefile.in
Huw Davies 1d34b3a99c EnumDisplayDevices and GetMonitorInfo should return the same device
name for the primary device.
Make both EnumDisplayDevicesA and GetMonitorInfoA call their unicode
counterparts.
Update prototype of EnumDisplayDevices.
Add some tests.
2005-09-28 10:17:13 +00:00

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: