mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[IMAADP32.ACM]
* Sync to Wine 1.3.37. svn path=/trunk/; revision=55144
This commit is contained in:
@@ -37,14 +37,6 @@
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(adpcm);
|
||||
|
||||
/***********************************************************************
|
||||
* ADPCM_drvOpen
|
||||
*/
|
||||
static LRESULT ADPCM_drvOpen(LPCSTR str)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* ADPCM_drvClose
|
||||
*/
|
||||
@@ -169,7 +161,7 @@ static void init_wfx_ima_adpcm(IMAADPCMWAVEFORMAT* awfx/*, DWORD nba*/)
|
||||
/***********************************************************************
|
||||
* 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)
|
||||
{
|
||||
@@ -179,7 +171,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)
|
||||
{
|
||||
@@ -928,7 +920,7 @@ LRESULT CALLBACK ADPCM_DriverProc(DWORD_PTR dwDevID, HDRVR hDriv, UINT wMsg,
|
||||
{
|
||||
case DRV_LOAD: return 1;
|
||||
case DRV_FREE: return 1;
|
||||
case DRV_OPEN: return ADPCM_drvOpen((LPSTR)dwParam1);
|
||||
case DRV_OPEN: return 1;
|
||||
case DRV_CLOSE: return ADPCM_drvClose(dwDevID);
|
||||
case DRV_ENABLE: return 1;
|
||||
case DRV_DISABLE: return 1;
|
||||
|
||||
@@ -68,7 +68,7 @@ reactos/dll/win32/hnetcfg # Autosync
|
||||
reactos/dll/win32/httpapi # Synced to Wine-1.3.37
|
||||
reactos/dll/win32/iccvid # Autosync
|
||||
reactos/dll/win32/icmp # Synced to Wine-0_9_10
|
||||
reactos/dll/win32/imaadp32.acm # Autosync
|
||||
reactos/dll/win32/imaadp32.acm # Synced to Wine-1.3.37
|
||||
reactos/dll/win32/imm32 # Autosync
|
||||
reactos/dll/win32/imagehlp # Autosync
|
||||
reactos/dll/win32/inetcomm # Autosync
|
||||
|
||||
Reference in New Issue
Block a user