[ros-diffs] [hbirr] 16756: Silence debug messages.

hbirr at svn.reactos.com hbirr at svn.reactos.com
Tue Jul 26 21:35:26 CEST 2005


Silence debug messages.
Modified: trunk/reactos/ntoskrnl/io/share.c
  _____  

Modified: trunk/reactos/ntoskrnl/io/share.c
--- trunk/reactos/ntoskrnl/io/share.c	2005-07-26 19:31:41 UTC (rev
16755)
+++ trunk/reactos/ntoskrnl/io/share.c	2005-07-26 19:35:22 UTC (rev
16756)
@@ -11,6 +11,7 @@

 /* INCLUDES
*****************************************************************/
 
 #include <ntoskrnl.h>
+#define NDEBUG
 #include <internal/debug.h>
 
 /* FUNCTIONS
*****************************************************************/
@@ -243,7 +244,7 @@
 IoSetInformation(IN PFILE_OBJECT FileObject,
 		 IN FILE_INFORMATION_CLASS FileInformationClass,
 		 IN ULONG Length,
-		 OUT PVOID FileInformation)
+		 IN PVOID FileInformation)
 {
    IO_STATUS_BLOCK IoStatusBlock;
    PIRP Irp;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050726/b76e05a5/attachment.html


More information about the Ros-diffs mailing list