mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[WDMAUD]
Define NDEBUG before the includes, otherwise its a no-op. CORE-7716 svn path=/trunk/; revision=69885
This commit is contained in:
@@ -13,9 +13,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "wdmaud.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include "wdmaud.h"
|
||||
#include <debug.h>
|
||||
|
||||
#define KERNEL_DEVICE_NAME L"\\\\.\\wdmaud"
|
||||
|
||||
@@ -7,12 +7,12 @@
|
||||
* PROGRAMMERS: Johannes Anderwald
|
||||
*/
|
||||
|
||||
#define NDEBUG
|
||||
#include "wdmaud.h"
|
||||
|
||||
#include <samplerate.h>
|
||||
#include <float_cast.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
extern HANDLE KernelHandle;
|
||||
|
||||
@@ -7,13 +7,13 @@
|
||||
* PROGRAMMERS: Johannes Anderwald
|
||||
*/
|
||||
|
||||
#define NDEBUG
|
||||
#include "wdmaud.h"
|
||||
|
||||
#include <winreg.h>
|
||||
#include <setupapi.h>
|
||||
#include <mmixer.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
typedef struct
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define NDEBUG
|
||||
#include "wdmaud.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#ifndef USE_MMIXER_LIB
|
||||
|
||||
Reference in New Issue
Block a user