mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
b8ed66e011
Eric Pouech <pouech-eric@wanadoo.fr> Filip Navara <xnavara@volny.cz> - 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 <julliard@winehq.org> - 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 <whydoubt@hotmail.com> - Fix for MIDI Mapper. Robert Reif <reif@earthlink.net> - Return actual result on error. - Return flag for DRVM_MAPPER_PREFERRED_GET. Michael Stefaniuc <mstefani@redhat.de> - Do not check for non NULL pointer before HeapFree'ing it. It's redundant. Ge van Geldorp <gvg@reactos.com> - Match PSDK definitions for LPCWAVEFORMATEX. svn path=/trunk/; revision=13006 |
||
---|---|---|
msvc6 | ||
os2 | ||
posix | ||
reactos | ||
rosapps |