mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:55:41 +00:00
[BDASUP][KMIXER][MMIXER][STREAM] Replace meaningless YDEBUG (#5818)
bdasup: Addendum to40c15ec
(r46632). kmixer: Addendum to3e489bf
(r42143). mmixer: Addendum toc42d9f2
(r44872). stream: Addendum to4a0debf
(r41662). Serge plans a follow up that will remove all other remaining YDEBUG in the source tree. The ones covered here he considered to be the most trivial ones.
This commit is contained in:
parent
6d7aaaade0
commit
60b0afc3af
11 changed files with 12 additions and 40 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <bdamedia.h>
|
||||
#include <bdasup.h>
|
||||
|
||||
#define YDEBUG
|
||||
// #define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include <swenum.h>
|
||||
|
||||
#define YDEBUG
|
||||
// #define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
NTSTATUS
|
||||
|
@ -199,4 +199,3 @@ KMixAllocateDeviceHeader(
|
|||
CreateItem);
|
||||
return Status;
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "kmixer.h"
|
||||
|
||||
#define YDEBUG
|
||||
// #define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
NTSTATUS
|
||||
|
@ -72,7 +72,6 @@ KMix_AddDevice(
|
|||
/* initialize device extension */
|
||||
RtlZeroMemory(DeviceExtension, sizeof(KMIXER_DEVICE_EXT));
|
||||
|
||||
|
||||
Status = KMixAllocateDeviceHeader(DeviceExtension);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
|
@ -98,7 +97,6 @@ cleanup:
|
|||
return Status;
|
||||
}
|
||||
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
DriverEntry(
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <strmini.h>
|
||||
#define YDEBUG
|
||||
|
||||
// #define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#define STREAMDEBUG_LEVEL DebugLevelMaximum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue