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