mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
- Disable debug messages of floppy driver.
svn path=/trunk/; revision=10381
This commit is contained in:
parent
ba0ae4ebaf
commit
0cff98313c
1 changed files with 4 additions and 0 deletions
|
@ -40,7 +40,11 @@ int _cdecl swprintf(const WCHAR *, ...);
|
||||||
/* missing from ros headers */
|
/* missing from ros headers */
|
||||||
/* TODO: fix this right */
|
/* TODO: fix this right */
|
||||||
#ifndef KdPrint
|
#ifndef KdPrint
|
||||||
|
#if 0
|
||||||
#define KdPrint(x) DbgPrint x
|
#define KdPrint(x) DbgPrint x
|
||||||
|
#else
|
||||||
|
#define KdPrint(x)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef ASSERT
|
#ifndef ASSERT
|
||||||
|
|
Loading…
Reference in a new issue