mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[MSACM32] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
68430db462
commit
168ccfac22
12 changed files with 137 additions and 23 deletions
|
@ -26,9 +26,28 @@
|
|||
* embedded driver handling scheme in msacm32.dll which isn't done yet
|
||||
*/
|
||||
|
||||
#include "wineacm.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "mmsystem.h"
|
||||
#define NOBITMAP
|
||||
#include "mmreg.h"
|
||||
#include "msacm.h"
|
||||
#include "wingdi.h"
|
||||
#include "winnls.h"
|
||||
#include "winuser.h"
|
||||
|
||||
#include "msacmdrv.h"
|
||||
#include "wineacm.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msacm);
|
||||
|
||||
/***********************************************************************
|
||||
* PCM_drvOpen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue