mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +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
|
#define NDEBUG
|
||||||
|
#include "wdmaud.h"
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
#define KERNEL_DEVICE_NAME L"\\\\.\\wdmaud"
|
#define KERNEL_DEVICE_NAME L"\\\\.\\wdmaud"
|
||||||
|
|
|
@ -7,12 +7,12 @@
|
||||||
* PROGRAMMERS: Johannes Anderwald
|
* PROGRAMMERS: Johannes Anderwald
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define NDEBUG
|
||||||
#include "wdmaud.h"
|
#include "wdmaud.h"
|
||||||
|
|
||||||
#include <samplerate.h>
|
#include <samplerate.h>
|
||||||
#include <float_cast.h>
|
#include <float_cast.h>
|
||||||
|
|
||||||
#define NDEBUG
|
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
extern HANDLE KernelHandle;
|
extern HANDLE KernelHandle;
|
||||||
|
|
|
@ -7,13 +7,13 @@
|
||||||
* PROGRAMMERS: Johannes Anderwald
|
* PROGRAMMERS: Johannes Anderwald
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define NDEBUG
|
||||||
#include "wdmaud.h"
|
#include "wdmaud.h"
|
||||||
|
|
||||||
#include <winreg.h>
|
#include <winreg.h>
|
||||||
#include <setupapi.h>
|
#include <setupapi.h>
|
||||||
#include <mmixer.h>
|
#include <mmixer.h>
|
||||||
|
|
||||||
#define NDEBUG
|
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
|
|
@ -12,9 +12,9 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define NDEBUG
|
||||||
#include "wdmaud.h"
|
#include "wdmaud.h"
|
||||||
|
|
||||||
#define NDEBUG
|
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
#ifndef USE_MMIXER_LIB
|
#ifndef USE_MMIXER_LIB
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue