mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
b8ed66e011608bdd9d1eca1e7f8f323ff10654b3
Eric Pouech <[email protected]> Filip Navara <[email protected]> - 32 bit low level drivers now use a Unicode interface (used to be ANSI): - Send the *_GETDEVCAPS messages in unicode format from the *GetDevCapsW function and call the *GetDevCapsW from their respective Ansi versions. - Modify all low level drivers to correctly process the *_GETDEVCAPS messages as unicode. - *_GETDEVCAPS messages are now mapped from/to unicode for 16 bit code. - Removed all SoundBlaster naming oldies. Better use of some unicode functions (instead of Ansi) in winmm. Alexandre Julliard <[email protected]> - Fixed header dependencies to be fully compatible with the Windows headers (with help from Dimitrie O. Paun). - Get rid of the ThunkData stubs, these are not functions. Jeff Smith <[email protected]> - Fix for MIDI Mapper. Robert Reif <[email protected]> - Return actual result on error. - Return flag for DRVM_MAPPER_PREFERRED_GET. Michael Stefaniuc <[email protected]> - Do not check for non NULL pointer before HeapFree'ing it. It's redundant. Ge van Geldorp <[email protected]> - Match PSDK definitions for LPCWAVEFORMATEX. svn path=/trunk/; revision=13006
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%