Moved hardware related handling to dlls/winmm/joystick driver.
commit2a3b0a1daddb8f776501b17bfc267a5beacf4742
authorEric Pouech <Eric.Pouech@wanadoo.fr>
Sat, 26 Feb 2000 13:14:04 +0000 (26 13:14 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 26 Feb 2000 13:14:04 +0000 (26 13:14 +0000)
tree63e18ebe3045cb939b5b1f7ab3a803701be8661f
parentd6dff398a417754138edbd39db4d5207c7179983
Moved hardware related handling to dlls/winmm/joystick driver.
Got rid of joySendMessages() hack (now implementation with a timer).
14 files changed:
Make.rules.in
configure
configure.in
dlls/Makefile.in
dlls/winmm/Makefile.in
dlls/winmm/joystick.c
dlls/winmm/joystick/.cvsignore [new file with mode: 0644]
dlls/winmm/joystick/Makefile.in [new file with mode: 0644]
dlls/winmm/joystick/joystick.c [new file with mode: 0644]
dlls/winmm/joystick/joystick.spec [new file with mode: 0644]
include/debugdefs.h
include/message.h
include/mmddk.h
windows/message.c