mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 16:51:39 +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:
parent
6c4eee79d5
commit
7031914e90
4 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue