mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[IMAADP32.ACM] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
fc19c80d52
commit
82fba961cd
2 changed files with 12 additions and 14 deletions
|
@ -19,21 +19,19 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define WIN32_NO_STATUS
|
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
//#include <string.h>
|
#include <string.h>
|
||||||
#include <windef.h>
|
#include "windef.h"
|
||||||
#include <winbase.h>
|
#include "winbase.h"
|
||||||
#include <wingdi.h>
|
#include "wingdi.h"
|
||||||
#include <winuser.h>
|
#include "winuser.h"
|
||||||
#include <winnls.h>
|
#include "winnls.h"
|
||||||
//#include "mmsystem.h"
|
#include "mmsystem.h"
|
||||||
//#include "mmreg.h"
|
#include "mmreg.h"
|
||||||
//#include "msacm.h"
|
#include "msacm.h"
|
||||||
#include <msacmdrv.h>
|
#include "msacmdrv.h"
|
||||||
#include <wine/debug.h>
|
#include "wine/debug.h"
|
||||||
|
|
||||||
/* see http://www.pcisys.net/~melanson/codecs/adpcm.txt for the details */
|
/* see http://www.pcisys.net/~melanson/codecs/adpcm.txt for the details */
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,7 @@ reactos/dll/win32/hnetcfg # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/httpapi # Synced to WineStaging-3.3
|
reactos/dll/win32/httpapi # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/iccvid # Synced to WineStaging-3.3
|
reactos/dll/win32/iccvid # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/ieframe # Synced to WineStaging-3.3
|
reactos/dll/win32/ieframe # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/imaadp32.acm # Synced to WineStaging-2.16
|
reactos/dll/win32/imaadp32.acm # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/imagehlp # Synced to Wine-3.0
|
reactos/dll/win32/imagehlp # Synced to Wine-3.0
|
||||||
reactos/dll/win32/imm32 # Synced to Wine-2.22
|
reactos/dll/win32/imm32 # Synced to Wine-2.22
|
||||||
reactos/dll/win32/inetcomm # Synced to Wine-3.0
|
reactos/dll/win32/inetcomm # Synced to Wine-3.0
|
||||||
|
|
Loading…
Reference in a new issue