[DSOUND]
[reactos.git] / reactos / dll / directx / wine / dsound / capture.c
index df3fdcf..756bbc0 100644 (file)
  *     Make DirectSoundCaptureCreate and DirectSoundCaptureCreate8 behave differently
  */
 
-#include <stdarg.h>
-
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
-#define COBJMACROS
-#define NONAMELESSSTRUCT
-#define NONAMELESSUNION
-#include <windef.h>
-//#include "winbase.h"
-//#include "winuser.h"
-//#include "mmsystem.h"
-#include <mmddk.h>
-#include <winternl.h>
-//#include "winnls.h"
-#include <wine/debug.h>
-#include <dsound.h>
 #include "dsound_private.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(dsound);
-
 typedef struct DirectSoundCaptureDevice      DirectSoundCaptureDevice;
 
 /* IDirectSoundCaptureBuffer implementation structure */