Robert Reif
|
76659e9e9f
|
Fixed thread handle leaks.
|
2004-01-20 01:45:05 +00:00 |
Eric Pouech
|
6cf101c1b3
|
- Applied to all MCI drivers Dmitry's fix for MCI_STATUS_TIME_FORMAT
(wasn't returning string resource ID).
- Fixed mciseq when opened without a filename.
|
2004-01-08 00:42:02 +00:00 |
Daniel Marmier
|
7e0ddbc60f
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-07 22:54:17 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Alexandre Julliard
|
b34fb35b31
|
Fixed warnings caused by conversion to -DSTRICT.
|
2002-10-18 23:48:57 +00:00 |
Alexandre Julliard
|
0ca051e555
|
Fixed wownt32.h to make it usable from inside Wine, and use it to
avoid some duplication of the handle conversion macros.
|
2002-10-17 16:43:42 +00:00 |
Michael Stefaniuc
|
025c0b716b
|
Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32,twain,winmm} for
the conversion of HWND to a void*.
|
2002-09-06 19:41:17 +00:00 |
Alexandre Julliard
|
7cae201e3f
|
Authors: Eric Pouech <eric.pouech@wanadoo.fr>, Michael Stefaniuc <mstefani@redhat.com>
Convert HMIDI, HMIDIIN, HMIDIOUT, HMIDISTRM to void*.
|
2002-08-01 18:17:51 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Eric Pouech
|
8be2e3d489
|
Let MCI drivers support the session instance loading mechanism (NULL
lParam2 in MCI_OPEN).
|
2002-05-11 23:02:55 +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 |
Dimitrie O. Paun
|
693cca5d4d
|
Make FIXMEs more grep-able.
|
2002-01-29 03:12:19 +00:00 |
Patrik Stridvall
|
044855c6ec
|
Documentation fixes.
|
2001-07-11 18:56:41 +00:00 |
Eric Pouech
|
2251fbc3c4
|
Simplified memory allocation for asynchronous MCI message handling.
|
2001-01-28 23:10:52 +00:00 |
James Juran
|
f4d5fefb0a
|
Add <string.h> to files that needed it.
|
2001-01-26 20:43:40 +00:00 |
François Gouget
|
44a182229b
|
winuser.h now requires that we include winbase.h first.
|
2000-12-19 04:53:20 +00:00 |
Alexandre Julliard
|
8c540c657e
|
Replaced a few internal functions by exported ones.
|
2000-11-13 04:16:05 +00:00 |
Eric Pouech
|
29001b3131
|
Fixed reentrancy issues in play/stop operations.
|
2000-09-22 20:56:45 +00:00 |
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 |
Eric Pouech
|
dd15b2fc4b
|
Fixed port status query.
|
2000-06-18 17:22:13 +00:00 |
Alexandre Julliard
|
383da68cf9
|
Optimized debugging API to reduce code size.
|
2000-02-10 22:15:21 +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
|
507950c461
|
Added support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME.
|
2000-01-04 00:25:22 +00:00 |
Eric Pouech
|
68944c205c
|
Split the multimedia/ directory into dlls/ subdirectories.
|
1999-10-24 18:42:42 +00:00 |