[IMAADP32.ACM]

* Sync to Wine 1.3.37.

svn path=/trunk/; revision=55144
This commit is contained in:
Amine Khaldi 2012-01-24 14:02:18 +00:00
parent db5937bfd8
commit d1c328619d
2 changed files with 4 additions and 12 deletions

View file

@ -37,14 +37,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(adpcm); WINE_DEFAULT_DEBUG_CHANNEL(adpcm);
/***********************************************************************
* ADPCM_drvOpen
*/
static LRESULT ADPCM_drvOpen(LPCSTR str)
{
return 1;
}
/*********************************************************************** /***********************************************************************
* ADPCM_drvClose * ADPCM_drvClose
*/ */
@ -169,7 +161,7 @@ static void init_wfx_ima_adpcm(IMAADPCMWAVEFORMAT* awfx/*, DWORD nba*/)
/*********************************************************************** /***********************************************************************
* 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)
{ {
@ -179,7 +171,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)
{ {
@ -928,7 +920,7 @@ LRESULT CALLBACK ADPCM_DriverProc(DWORD_PTR dwDevID, HDRVR hDriv, UINT wMsg,
{ {
case DRV_LOAD: return 1; case DRV_LOAD: return 1;
case DRV_FREE: 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_CLOSE: return ADPCM_drvClose(dwDevID);
case DRV_ENABLE: return 1; case DRV_ENABLE: return 1;
case DRV_DISABLE: return 1; case DRV_DISABLE: return 1;

View file

@ -68,7 +68,7 @@ reactos/dll/win32/hnetcfg # Autosync
reactos/dll/win32/httpapi # Synced to Wine-1.3.37 reactos/dll/win32/httpapi # Synced to Wine-1.3.37
reactos/dll/win32/iccvid # Autosync reactos/dll/win32/iccvid # Autosync
reactos/dll/win32/icmp # Synced to Wine-0_9_10 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/imm32 # Autosync
reactos/dll/win32/imagehlp # Autosync reactos/dll/win32/imagehlp # Autosync
reactos/dll/win32/inetcomm # Autosync reactos/dll/win32/inetcomm # Autosync