netstat: Initial implementation.
[wine] / dlls / winmm / joystick.c
2009-02-06  Michael Stefaniucwinmm: SendDriverMessage takes LPARAM as 3rd and 4th...
2009-01-02  Christian Costawinmm: Check param in joyConfigChanged.
2008-12-22  Vitaliy Margolenwinmm: Stub joyConfigChanged.
2008-10-27  Vitaliy Margolenwinmm: Support more joysticks.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2006-12-29  Alexandre Julliardjoystick.drv: Renamed the dlls/winmm/joystick directory...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2004-12-06  Alexandre JulliardAuthors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip...
2003-12-31  Dmitry TimoshkovFix many function prototypes and data types according...
2003-10-07  Steven EdwardsRemove a few unneeded include statements in internal...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2002-10-31  Eric Pouechwinmm/mmsystem now compiles with -DSTRICT.
2002-10-29  Eric PouechMoved 16 bit joystick function to mmsystem.c.
2002-10-29  Eric Pouech- internal renaming (no longer using MMSYSTEM prefixes...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-09  Michael Stefaniuc- Convert HDRVR to a void*.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-19  Steven EdwardsAdd check for <sys/ioctl.h>.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-19  Eric PouechFixed joystick ID/deviceID/driver handle/instance ID...
2000-02-26  Eric PouechMoved hardware related handling to dlls/winmm/joystick...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-07  Gerald PfeiferFixed unconditional use of JOYDEV.
2000-02-07  Wolfgang SchwotzerExtended the winmm joystick API calls to support the...
1999-11-12   <jodaman@cegt201... Fixed joystick scaling.
1999-10-31  Patrik StridvallAdded missing configuration #if:s and #includes:s.
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.