Silence debug messages.

svn path=/trunk/; revision=16756
This commit is contained in:
Hartmut Birr 2005-07-26 19:35:22 +00:00
parent 1bae97d5ce
commit 522a0e59cd

View file

@ -11,6 +11,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ntoskrnl.h> #include <ntoskrnl.h>
#define NDEBUG
#include <internal/debug.h> #include <internal/debug.h>
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
@ -243,7 +244,7 @@ NTSTATUS STDCALL
IoSetInformation(IN PFILE_OBJECT FileObject, IoSetInformation(IN PFILE_OBJECT FileObject,
IN FILE_INFORMATION_CLASS FileInformationClass, IN FILE_INFORMATION_CLASS FileInformationClass,
IN ULONG Length, IN ULONG Length,
OUT PVOID FileInformation) IN PVOID FileInformation)
{ {
IO_STATUS_BLOCK IoStatusBlock; IO_STATUS_BLOCK IoStatusBlock;
PIRP Irp; PIRP Irp;