- Disable debug messages of floppy driver.

svn path=/trunk/; revision=10381
This commit is contained in:
Filip Navara 2004-08-04 00:17:49 +00:00
parent ba0ae4ebaf
commit 0cff98313c

View file

@ -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