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