This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
wine
Watch
1
Star
0
Fork
0
You've already forked wine
mirror of
https://github.com/reactos/wine.git
synced
2024-11-26 13:10:28 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2d76befbdd
wine
/
dlls
/
winejoystick.drv
/
Makefile.in
8 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
joystick.drv: Renamed the dlls/winmm/joystick directory to dlls/winejoystick.drv.
2006-12-29 13:29:20 +00:00
MODULE
=
winejoystick.drv
dlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21 11:24:34 +00:00
IMPORTS
=
winmm user32
Start using import tables for dlls that can already support it.
2000-11-12 03:50:10 +00:00
Moved hardware related handling to dlls/winmm/joystick driver. Got rid of joySendMessages() hack (now implementation with a timer).
2000-02-26 13:14:04 +00:00
C_SRCS
=
\
joystick.c
Moved dll-specific make rules to a separate Makedll.rules file.
2000-03-04 22:31:27 +00:00
@
M
A
K
E
_
D
L
L
_
R
U
L
E
S
@
Reference in New Issue
Copy Permalink