mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Disable debug messages of floppy driver.
svn path=/trunk/; revision=10381
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user