1. 60519ea Remove unneeded ; from DECL_WINELIB_TYPE_AW in mmsystem.h. by Markus Amsler · 19 years ago
  2. 08de86c Add a test for mmioDescend, make it pass under Wine. by Dmitry Timoshkov · 20 years ago
  3. 7f6554b Make string elements of MCI_OPEN_PARMS const to match the SDK headers. by Felix Nawothnig · 20 years ago
  4. ddf70d7 Revamp the initialization for Alsa. by Jeremy White · 20 years ago
  5. 1eed552 - rewrite MCI interfaces as Unicode interface (as it should be) by Eric Pouech · 20 years ago
  6. 26c92d7 Added some more defines. by Lauri Tulmin · 20 years ago
  7. c24ca67 Match PSDK definitions for LPCWAVEFORMATEX. by Ge van Geldorp · 20 years ago
  8. 101e1f2 Added some structure tags and error defines. by Rémi Assailly · 20 years ago
  9. 8abc3ab Added missing define. by Robert Reif · 21 years ago
  10. 7d18f57 Added CAPS2 structures. by Robert Reif · 21 years ago
  11. 817c520 Assorted spelling fixes. by Francois Gouget · 21 years ago
  12. 9741589 Fix many function prototypes and data types according to Platform SDK by Dmitry Timoshkov · 21 years ago
  13. be6d014 Add Unicode->ANSI MCI message mapping, implement mciSendCommandW, fix by Dmitry Timoshkov · 21 years ago
  14. 78b50f2 - Moved Wine extension to get DSound interface from a wave device from by Eric Pouech · 22 years ago
  15. 766ef66 Moved some MM internal definition to internal include files. by Eric Pouech · 22 years ago
  16. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  17. 53f9c21 Use angle brackets (<>) rather than quotes ("") for the include by Dimitrie O. Paun · 22 years ago
  18. e3869d5 Removed VERSION typedef. by Erwin Wolff · 22 years ago
  19. 5061d3a - renamed winmm.OpenDriverW into winmm.OpenDriver by Eric Pouech · 22 years ago
  20. a79c960 Define some additional constants. by Vincent Béron · 22 years ago
  21. 8b36681 Rename __WINE__ to __WINESRC__. by Dimitrie O. Paun · 22 years ago
  22. 63d228a Added TIME_KILL_SYNCHRONOUS. by Francois Gouget · 22 years ago
  23. 8b97a3a In the latest sdk the {waveOut,midiOut}{Get,Set}Volume functions take by Francois Gouget · 22 years ago
  24. 10c5d27 Add the 48 and 96kHz WAVE_FORMAT constants. by Francois Gouget · 22 years ago
  25. 5cf56a3 Removed LPxxx handle types that don't exist under Windows. by Alexandre Julliard · 22 years ago
  26. bba4bb1 Remove references to PCVOID and LPUINT. by Francois Gouget · 23 years ago
  27. c8ff4da Convert HMMIO to a void*. by Michael Stefaniuc · 23 years ago
  28. ec7d7b7 - Convert HDRVR to a void*. - Fix declaration of DriverCallback(). by Michael Stefaniuc · 23 years ago
  29. c414344 Convert HMIXER, HMIXEROBJ to a void*. by Michael Stefaniuc · 23 years ago
  30. bacc1b3 - Converted HWAVE, HWAVEIN, HWAVEOUT to void*. by Michael Stefaniuc · 23 years ago
  31. 7cae201 Authors: Eric Pouech <eric.pouech@wanadoo.fr>, Michael Stefaniuc <mstefani@redhat.com> by Alexandre Julliard · 23 years ago
  32. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  33. 882e8ad Fix for mingw32. by Steven Edwards · 23 years ago
  34. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  35. f94462f Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
  36. d585e7a Fixed bugs in output functions (write). by Eric Pouech · 23 years ago
  37. 6b6596a Fixed packing and layout of many system structures. by Dmitry Timoshkov · 23 years ago
  38. e54cf7b Moved some handle declarations to the right headers. by Alexandre Julliard · 24 years ago
  39. 28b8ac8 Added a few missing parts. by Eric Pouech · 24 years ago
  40. f53b0e8 Moved the function pointer types to their rightful headers. by François Gouget · 24 years ago
  41. ab170a9 Fixed a few non portable zero-size array declarations. by Alexandre Julliard · 25 years ago
  42. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  43. f2e6575 Added a few missing macros, types and prototypes. by Francois Gouget · 25 years ago
  44. 731e9f5 - removed (now obsolete) driver.h file (it's content is now in mmsystem.h) by Eric Pouech · 25 years ago
  45. 737db5f Several fixes spotted by Corel (Jean-Claude Batista & Sean Langley). by Eric Pouech · 25 years ago
  46. 849c930 Implemented the DirectSound HAL mode for DMA primary buffers, with a by Ove Kaaven · 25 years ago
  47. ae41e8c Reordered the CALLBACK and WINAPI directives so that it compiles with by Francois Gouget · 25 years ago
  48. f8fe366 Fixed segmented/linear buffers manipulation. by Eric Pouech · 25 years ago
  49. c0dabf0 Missing Winelib declarations for AUXCAPS. by Steve Langasek · 25 years ago
  50. 2823778 Added more MIDI messages 16<=>32 mapping. by Eric Pouech · 25 years ago
  51. f919cf3 Fixed some bogus values in MCI_STATUS handling (position & length of tracks). by Eric Pouech · 25 years ago
  52. 29ebdb7 Fake MIDI_IO_STATUS support in midi in open by Eric Pouech · 25 years ago
  53. 843ea29 Added some missing defines. by Eric Pouech · 26 years ago
  54. 32b4325 Add support for anonymous struct/unions on compilers that implement it. by Patrik Stridvall · 26 years ago
  55. 668228a Moved DDK level material to new include/mmddk.h file. by Eric Pouech · 26 years ago
  56. 87b9aa8 Fixed buggy prototype. by Eric Pouech · 26 years ago
  57. 896889f ANSI C fixes. by Patrik Stridvall · 26 years ago
  58. 89b1fc9 MCI_ANIM_OPEN_PARMSW should be LPCWSTR, MCI_DefYieldProc should be WINAPI. by Marcus Meissner · 26 years ago
  59. c7a8dde #pragma pack(?) changed to #include "*pack*.h" by Patrik Stridvall · 26 years ago
  60. a4165ae Added a few missing defines (MIDI, WAVE, callbacks). by Eric Pouech · 26 years ago
  61. 8de3ba8 More #pragma fixes (idea Ove Kaaven, mistakes are mine). by Joerg Mayer · 26 years ago
  62. 2840d1b Moved macro DECLARE_HANDLE() (in msacm.h and wtypes.h) to windef.h, by Jiuming Luo · 26 years ago
  63. ad86311 Added mixer specfic error codes, fixed type in function name. by Eric Pouech · 26 years ago
  64. a9ffdcf Moved all MCI internal functions/variables/macros to mci.c. by Eric Pouech · 26 years ago
  65. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  66. 0a74193 MCI_OPEN_DRIVER_PARMS - Add win32 version of structure. by Marcus Meissner · 26 years ago
  67. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  68. 975feaf Moved some definitions out of oleauto.h and into oaidl.h to conform to the SDK. by Adrian Thurston · 26 years ago
  69. 61afa33 Some more recursive include fixes/optimizations. by Marcus Meissner · 26 years ago
  70. 3fbb8dc - Fix headers to include less or smaller header files. by Michael Veksler · 26 years ago
  71. 72f12e7 mmioDescend: fixed FIND_xxxx, verified with mciavi32.dll. by Marcus Meissner · 26 years ago
  72. 27a0ced Change a couple of names that would conflict after all 32[AW] suffixes by Bertho Stultiens · 26 years ago
  73. 231dfa2 Fixed a couple of faulty names used in wine and typos so that it will by Bertho Stultiens · 26 years ago
  74. f4eb65b Authors: Paul Quinn <paulq@corel.ca>, Adrian Thurston <adriant@corel.ca> by Alexandre Julliard · 26 years ago
  75. 69f2ea6 Fixed tons of incomplete prototypes, assignment's of pointer with by Juergen Schmied · 26 years ago
  76. 33839e9 Properly implement MCI_CDA_STATUS_TYPE_TRACK. by Brian Gerst · 26 years ago
  77. 9b3801f Added some new functions/structures definitions.(I couldn't get all by Eric Pouech · 26 years ago
  78. 46b68f0 Made mmioSetBuffer callable from 16 and 32 bit code. by Eric Pouech · 26 years ago
  79. 6051fb3 Small corrections in mmio declarations. by Marcus Meissner · 26 years ago
  80. 9f65a71 Started coding 32 bit MCI handling. by Eric Pouech · 26 years ago
  81. 8deb379 Added win32 enhanced functionality to timer callbacks. by Marcus Meissner · 26 years ago
  82. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  83. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  84. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  85. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  86. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  87. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  88. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  89. 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
  90. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  91. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  92. 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
  93. 17216f5 Release 971012 by Alexandre Julliard · 27 years ago wine-971012
  94. 3db94ef Release 970928 by Alexandre Julliard · 28 years ago wine-970928
  95. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  96. 33072e1 Release 970629 by Alexandre Julliard · 28 years ago wine-970629
  97. 23946ad Release 970616 by Alexandre Julliard · 28 years ago wine-970616
  98. 7ff1c41 Release 970525 by Alexandre Julliard · 28 years ago wine-970525
  99. 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
  100. f0cbfa0 Release 970215 by Alexandre Julliard · 28 years ago wine-970215