Eric Pouech
|
731e9f5309
|
- removed (now obsolete) driver.h file (it's content is now in mmsystem.h)
- upgraded vfw.h content
|
2000-07-26 18:07:04 +00:00 |
Bradley Baetz
|
d74e446c7c
|
Handle mciSendString("open <mcitype>",...)
|
2000-07-08 12:43:09 +00:00 |
Eric Pouech
|
d34abdd158
|
Fixed bug when file doesn't exist in MCI_OPEN handling.
Reduced time spent with crit sect locked.
|
2000-04-29 14:19:02 +00:00 |
Eric Pouech
|
1ee4a807c5
|
Got rid of PROFILE_ functions, now accessing Wine config options
through the registry.
|
2000-02-20 13:40:54 +00:00 |
Alexandre Julliard
|
90476d6b4a
|
Moved SystemHeap allocations to the process heap.
|
2000-02-16 22:47:24 +00:00 |
Eric Pouech
|
696fb4f341
|
- fixed crash on mci channel tracing
- fixed 16 to 32 bit translation for MCI_BREAK and MCI_SYSINFO messages
|
2000-02-14 19:49:46 +00:00 |
Jeremy White
|
d3e22d9d55
|
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
the resulting compilation failures).
|
2000-02-10 19:03:02 +00:00 |
Eric Pouech
|
4f81c3ea30
|
Replaced Wine specific DRIVER_GetType by a correct implementation of
GetDriverFlag.
|
2000-01-15 22:29:32 +00:00 |
Eric Pouech
|
92e492e296
|
Fixed MCI_OPEN command for types like "CDAUDIO!H:".
|
1999-12-05 23:08:08 +00:00 |
Niels Kristian Bech Jensen
|
1d5bc469cc
|
Removed extra #include statements.
|
1999-11-21 02:14:36 +00:00 |
Eric Pouech
|
68944c205c
|
Split the multimedia/ directory into dlls/ subdirectories.
|
1999-10-24 18:42:42 +00:00 |