mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[MSADP32.ACM]
* Sync to Wine 1.3.37. svn path=/trunk/; revision=55226
This commit is contained in:
@@ -180,7 +180,7 @@ static void init_wfx_adpcm(ADPCMWAVEFORMAT* awfx)
|
||||
/***********************************************************************
|
||||
* R16
|
||||
*
|
||||
* Read a 16 bit sample (correctly handles endianess)
|
||||
* Read a 16 bit sample (correctly handles endianness)
|
||||
*/
|
||||
static inline short R16(const unsigned char* src)
|
||||
{
|
||||
@@ -190,7 +190,7 @@ static inline short R16(const unsigned char* src)
|
||||
/***********************************************************************
|
||||
* W16
|
||||
*
|
||||
* Write a 16 bit sample (correctly handles endianess)
|
||||
* Write a 16 bit sample (correctly handles endianness)
|
||||
*/
|
||||
static inline void W16(unsigned char* dst, short s)
|
||||
{
|
||||
|
||||
@@ -92,7 +92,7 @@ reactos/dll/win32/mlang # Autosync
|
||||
reactos/dll/win32/mpr # Autosync
|
||||
reactos/dll/win32/mprapi # Autosync
|
||||
reactos/dll/win32/msacm32 # Autosync
|
||||
reactos/dll/win32/msadp32.acm # Autosync
|
||||
reactos/dll/win32/msadp32.acm # Synced to Wine-1.3.37
|
||||
reactos/dll/win32/mscat32 # Autosync
|
||||
reactos/dll/win32/mscms # Autosync
|
||||
reactos/dll/win32/mscoree # Autosync
|
||||
|
||||
Reference in New Issue
Block a user