1. f29d4af winmm: Protect drivers list by a critical section. by Dmitry Timoshkov · 19 years ago
  2. be22a96 Include wine/port.h in files that use exceptions. by Alexandre Julliard · 19 years ago
  3. ae964ac Take advantage of the __EXCEPT_PAGE_FAULT macro. by Alexandre Julliard · 19 years ago
  4. 60884fc winmm: driver unloading. by Eric Pouech · 19 years ago
  5. c6b005a Fixed some more traces to use the right printf format and avoid typecasts. by Alexandre Julliard · 20 years ago
  6. 6f163b5 Avoid 'clobbered by longjmp' warnings. by Alexandre Julliard · 20 years ago
  7. 00a4a98 Get rid of HeapValidate as it's not properly handled by some memory by Eric Pouech · 20 years ago
  8. 4a5ade0 Specify correct buffer size in GetPrivateProfileStringW calls. by Filip Navara · 20 years ago
  9. 001a936 Assorted memleak fixes. Found on Michael Stefaniuc smatch list. by Peter Berg Larsen · 20 years ago
  10. 1eed552 - rewrite MCI interfaces as Unicode interface (as it should be) by Eric Pouech · 20 years ago
  11. 5ad7d85 Do not check for non NULL pointer before HeapFree'ing it. It's redundant. by Michael Stefaniuc · 20 years ago
  12. 6c644d6 Fix various function prototypes. by Vincent Béron · 20 years ago
  13. 0415030 Lookup driver information in registry and system.ini. by Dimitrie O. Paun · 21 years ago
  14. 91687f6 Use correct pointer to an internal driver description. by Dmitry Timoshkov · 21 years ago
  15. b1a2d88 Removed some more dependencies on wine 16-bit specific entities. by Eric Pouech · 21 years ago
  16. 78b50f2 - Moved Wine extension to get DSound interface from a wave device from by Eric Pouech · 22 years ago
  17. 689312b Now properly unloading multimedia drivers when winmm unloads. by Eric Pouech · 22 years ago
  18. ac5de27 winmm/mmsystem now compiles with -DSTRICT. by Eric Pouech · 22 years ago
  19. b4df16b All driver functions are now properly separated. by Eric Pouech · 22 years ago
  20. 2b0e56c Now only storing thread id for mci tasks (16 bit htask is now gotten by Eric Pouech · 22 years ago
  21. 894eedf Move driver message mapping out of 32 bit code. by Eric Pouech · 22 years ago
  22. 240f093 Keep on moving 16 bit code out of winmm. by Eric Pouech · 22 years ago
  23. ec7d7b7 - Convert HDRVR to a void*. - Fix declaration of DriverCallback(). by Michael Stefaniuc · 23 years ago
  24. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  25. bf98cf8 Created session instance for installable drivers. by Eric Pouech · 23 years ago
  26. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  27. d0d7764 Fix potential memory issue. by Eric Pouech · 23 years ago
  28. 8512979 Use MapLS/UnMapLS instead of SEGPTR_* macros. by Alexandre Julliard · 23 years ago
  29. b60c4ce Don't print NULL strings (crashes on Solaris). by Francois Gouget · 23 years ago
  30. 588ff37 Documentation updates (mainly thru vs. through). by Francois Gouget · 24 years ago
  31. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  32. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  33. 8b216b3 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  34. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  35. 18a9d74 Cosmetics. by Andreas Mohr · 24 years ago
  36. c583b68 We must cast the return value of GetProcAddress. by François Gouget · 24 years ago
  37. 247a94f Cleaned up the code a bit. by Eric Pouech · 24 years ago
  38. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  39. 66b4468 Split driver functions into USER (16 bit part) and WINMM (32 bit part). by Eric Pouech · 24 years ago