mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +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 */
|
||||
/* TODO: fix this right */
|
||||
#ifndef KdPrint
|
||||
#if 0
|
||||
#define KdPrint(x) DbgPrint x
|
||||
#else
|
||||
#define KdPrint(x)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef ASSERT
|
||||
|
|
Loading…
Reference in a new issue