[MSG711.ACM]

* Sync to Wine 1.3.37.

svn path=/trunk/; revision=55241
This commit is contained in:
Amine Khaldi 2012-01-27 13:50:29 +00:00
parent 06e3fa71d5
commit 8f57857595
2 changed files with 3 additions and 3 deletions

View file

@ -131,7 +131,7 @@ static DWORD G711_GetFormatIndex(const WAVEFORMATEX *wfx)
/*********************************************************************** /***********************************************************************
* R16 * 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) static inline short R16(const unsigned char* src)
{ {
@ -141,7 +141,7 @@ static inline short R16(const unsigned char* src)
/*********************************************************************** /***********************************************************************
* W16 * 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) static inline void W16(unsigned char* dst, short s)
{ {

View file

@ -98,7 +98,7 @@ reactos/dll/win32/mscms # Synced to Wine-1.3.37
reactos/dll/win32/mscoree # Autosync reactos/dll/win32/mscoree # Autosync
reactos/dll/win32/msctf # Autosync reactos/dll/win32/msctf # Autosync
reactos/dll/win32/msftedit # Synced to Wine-1.3.37 reactos/dll/win32/msftedit # Synced to Wine-1.3.37
reactos/dll/win32/msg711.acm # Autosync reactos/dll/win32/msg711.acm # Synced to Wine-1.3.37
reactos/dll/win32/msgsm32.acm # Autosync reactos/dll/win32/msgsm32.acm # Autosync
reactos/dll/win32/mshtml # Autosync reactos/dll/win32/mshtml # Autosync
reactos/dll/win32/msimg32 # Autosync reactos/dll/win32/msimg32 # Autosync