Reverted latest changes.
[reactos.git] / reactos / ntoskrnl / include / internal / io.h
index a509f82..cfd8937 100644 (file)
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: io.h,v 1.24 2002/09/07 15:12:51 chorns Exp $
+/* $Id: io.h,v 1.25 2002/09/08 10:23:21 chorns Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
 #ifndef __NTOSKRNL_INCLUDE_INTERNAL_IO_H
 #define __NTOSKRNL_INCLUDE_INTERNAL_IO_H
 
-#ifndef AS_INVOKED
-
-#if __GNUC__ >=3
-#pragma GCC system_header
-#endif
-
 #include <ddk/ntddk.h>
 #include <internal/ob.h>
 
@@ -301,7 +295,7 @@ PIRP IoBuildSynchronousFsdRequestWithMdl(ULONG MajorFunction,
                                         PLARGE_INTEGER StartingOffset,
                                         PKEVENT Event,
                                         PIO_STATUS_BLOCK IoStatusBlock,
-                                        BOOLEAN PagingIo);
+                                        ULONG PagingIo);
 
 VOID IoInitShutdownNotification(VOID);
 VOID IoShutdownRegisteredDevices(VOID);
@@ -353,6 +347,4 @@ NTSTATUS
 PnpRootCreateDevice(
   PDEVICE_OBJECT *PhysicalDeviceObject);
 
-#endif /* !AS_INVOKED */
-
 #endif