Eric Pouech
|
78b50f23e3
|
- Moved Wine extension to get DSound interface from a wave device from
include/mmsystem.h to include/mmddk.h.
- Removed all dependencies on heap.h.
- Fixed a few prototypes (mmioRename[AW], mciSendStringW, *Message).
|
2003-09-15 20:13:30 +00:00 |
|
Dimitrie O. Paun
|
53f9c21fb7
|
Use angle brackets (<>) rather than quotes ("") for the include
directives in our .h files. This should avoid some potentially nasty
surprises for Winelib apps.
|
2003-08-28 21:43:34 +00:00 |
|
Robert Reif
|
89b469fefe
|
Added support for multiple direct sound devices.
|
2003-03-15 00:54:11 +00:00 |
|
Dimitrie O. Paun
|
8b36681bad
|
Rename __WINE__ to __WINESRC__.
|
2003-01-04 00:52:18 +00:00 |
|
Alexandre Julliard
|
7a1cb65cb9
|
Moved 16-bit definitions out of mmddk.h into mmsystem16.h.
|
2002-10-31 02:23:43 +00:00 |
|
Eric Pouech
|
ac5de27d1c
|
winmm/mmsystem now compiles with -DSTRICT.
|
2002-10-31 01:02:41 +00:00 |
|
Patrik Stridvall
|
51e6c0ccb1
|
MSVC compatibility fixes.
|
2002-08-31 19:04:14 +00:00 |
|
Michael Stefaniuc
|
ec7d7b72b2
|
- Convert HDRVR to a void*.
- Fix declaration of DriverCallback().
|
2002-08-09 01:02:25 +00:00 |
|
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
|
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
|
Eric Pouech
|
ad250aac34
|
Now using manifest constant instead of raw values for all the
DRV_QUERY??? values.
|
2001-01-04 19:53:51 +00:00 |
|
Alexandre Julliard
|
982a223f36
|
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
Fixed a few ptr/segptr mismatches.
Moved CONV_RECT/POINT macros to wingdi16.h.
|
2000-12-13 20:20:09 +00:00 |
|
Alexandre Julliard
|
83f52d11c1
|
Moved all Win16 definitions out of the standard Windows headers.
|
2000-09-26 22:20:14 +00:00 |
|
Francois Gouget
|
ae41e8c804
|
Reordered the CALLBACK and WINAPI directives so that it compiles with
old g++ versions.
|
2000-06-11 20:07:58 +00:00 |
|
Eric Pouech
|
2a3b0a1dad
|
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 |
|
Eric Pouech
|
d19d25a0ea
|
Removed last dependancies between MCI drivers and WINMM/MMSYSTEM
DLLs.
|
1999-09-27 13:38:57 +00:00 |
|
Eric Pouech
|
4c37e23e6d
|
Now using the same structs for low-level drivers as Windows do.
|
1999-09-22 16:45:51 +00:00 |
|
Eric Pouech
|
668228a1fa
|
Moved DDK level material to new include/mmddk.h file.
Copied some SDK level material from include/multimedia.h file.
|
1999-09-05 16:39:23 +00:00 |
|