- 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
- 76659e9 Fixed thread handle leaks. by Robert Reif · 21 years ago
- 6cf101c - Applied to all MCI drivers Dmitry's fix for MCI_STATUS_TIME_FORMAT by Eric Pouech · 21 years ago
- fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- e8a7ad3 Some code cleanups. Better error handling. Removed unneeded internal variables. by Eric Pouech · 22 years ago
- 6fa2ac6 Removed DECLARE_OLD_HANDLE. Fixed a few remaining warnings. by Alexandre Julliard · 22 years ago
- b34fb35 Fixed warnings caused by conversion to -DSTRICT. by Alexandre Julliard · 22 years ago
- 0ca051e Fixed wownt32.h to make it usable from inside Wine, and use it to by Alexandre Julliard · 22 years ago
- 025c0b7 Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32,twain,winmm} for by Michael Stefaniuc · 23 years ago
- 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 261e28a Removed some unnecessary imports. by Alexandre Julliard · 23 years ago
- 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
- ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
- 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
- 8be2e3d Let MCI drivers support the session instance loading mechanism (NULL by Eric Pouech · 23 years ago
- 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
- dc31501 Fixed an overflow in calculating times. by Hidenori Takeshima · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 74e4d21 Avoid wildcards in .cvsignore. by Patrik Stridvall · 23 years ago
- 3bb9a36 Spelling, grammar and a bit of comment formatting fixes. by Francois Gouget · 23 years ago
- 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
- 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
- b24ed62 Allow MCI_SET to change waveFormat for recording. by Eric Pouech · 24 years ago
- d73c906 - MCI_SAVE should overwrite its destination file. by James Hatheway · 24 years ago
- 2251fbc Simplified memory allocation for asynchronous MCI message handling. by Eric Pouech · 24 years ago
- 15a3d77 Delay importing user32 (only used for configuration). by Eric Pouech · 24 years ago
- 0478059 Removed duplicate field in internal structure. by Eric Pouech · 24 years ago
- 44a1822 winuser.h now requires that we include winbase.h first. by François Gouget · 24 years ago
- ea18679 Remove libXXXX.so.1.0 lines from .cvsignore files. by David Elliott · 24 years ago
- 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
- 27939f0 Start using import tables for dlls that can already support it. by Alexandre Julliard · 24 years ago
- eb58e1d Declare debug channels in all dlls that need them; added imports of by Alexandre Julliard · 24 years ago
- 3732965 Added asynchronous recording in MCI layer. by Francois Jacques · 24 years ago
- 6c9d83a Added imports of user32/gdi32/kernel32 wherever necessary. by Alexandre Julliard · 25 years ago
- 731e9f5 - removed (now obsolete) driver.h file (it's content is now in mmsystem.h) by Eric Pouech · 25 years ago
- 6953d67 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. by Alexandre Julliard · 25 years ago
- 84eb833 Added some missing import directives. by Alexandre Julliard · 25 years ago
- 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
- d0edc5f Moved dll-specific make rules to a separate Makedll.rules file. by Alexandre Julliard · 25 years ago
- e1d7889 Made winmm a separate shared library. by Alexandre Julliard · 25 years ago
- d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
- 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
- ce80647 Fixed race condition between app and wine in WAVE_mciPlay. by Bradley Baetz · 25 years ago
- d5cd083 Enhanced synchronization between playback thread and stop/close commands by Eric Pouech · 25 years ago
- 72da44a Fixed mciInfo. by Eric Pouech · 25 years ago
- e2ab3ef Fixed buggy playback for non PCM files by Eric Pouech · 25 years ago
- 009f4b4 Solaris make doesn't like unnecessary \. by Patrik Stridvall · 25 years ago
- 68944c2 Split the multimedia/ directory into dlls/ subdirectories. by Eric Pouech · 25 years ago