mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 20:11:58 +00:00
[MSACM32.DRV] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
f302bfa196
commit
a51fd57df1
2 changed files with 11 additions and 13 deletions
|
@ -28,19 +28,17 @@
|
|||
* those should be taken care of...
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
#include <stdarg.h>
|
||||
//#include <string.h>
|
||||
#include <windef.h>
|
||||
//#include "winbase.h"
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
#include <mmddk.h>
|
||||
#include <mmreg.h>
|
||||
#include <msacm.h>
|
||||
#include <wine/unicode.h>
|
||||
#include <wine/debug.h>
|
||||
#include <string.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
#include "winuser.h"
|
||||
#include "mmddk.h"
|
||||
#include "mmreg.h"
|
||||
#include "msacm.h"
|
||||
#include "wine/unicode.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(wavemap);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue