user32/tests: Do not check the last error on succeeding hotkey calls.
[wine.git] / dlls / winmm / Makefile.in
blob34c9d375656dc8d1122a8a0a8bbdac38897e7a2d
1 EXTRADEFS = -D_WINMM_
2 MODULE = winmm.dll
3 IMPORTLIB = winmm
4 IMPORTS = user32 advapi32
6 C_SRCS = \
7 driver.c \
8 joystick.c \
9 lolvldrv.c \
10 mci.c \
11 mmio.c \
12 playsound.c \
13 time.c \
14 winmm.c
16 RC_SRCS = \
17 winmm.rc \
18 winmm_res.rc
20 PO_SRCS = winmm.rc
22 @MAKE_DLL_RULES@