diff --git a/reactos/drivers/storage/floppy/floppy.h b/reactos/drivers/storage/floppy/floppy.h index 56967695c14..3aa78118599 100644 --- a/reactos/drivers/storage/floppy/floppy.h +++ b/reactos/drivers/storage/floppy/floppy.h @@ -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