Commit in reactos/ntoskrnl/io on MAIN
xhaldisp.c+10-101.10 -> 1.11
process.c+2-21.18 -> 1.19
pnpnotify.c+1-11.4 -> 1.5
pnpmgr.c+2-21.32 -> 1.33
+15-15
4 modified files
Fix misplaced STDCALL

reactos/ntoskrnl/io
xhaldisp.c 1.10 -> 1.11
diff -u -r1.10 -r1.11
--- xhaldisp.c	15 Aug 2004 16:39:03 -0000	1.10
+++ xhaldisp.c	21 Aug 2004 20:55:40 -0000	1.11
@@ -1,4 +1,4 @@
-/* $Id: xhaldisp.c,v 1.10 2004/08/15 16:39:03 chorns Exp $
+/* $Id: xhaldisp.c,v 1.11 2004/08/21 20:55:40 tamlin Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
@@ -69,8 +69,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 NTSTATUS
+STDCALL
 IoCreateDisk(
     IN PDEVICE_OBJECT DeviceObject,
     IN struct _CREATE_DISK* Disk
@@ -83,8 +83,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 NTSTATUS
+STDCALL
 IoGetBootDiskInformation(
     IN OUT PBOOTDISK_INFORMATION BootDiskInformation,
     IN ULONG Size
@@ -98,8 +98,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 NTSTATUS
+STDCALL
 IoReadDiskSignature(
     IN PDEVICE_OBJECT DeviceObject,
     IN ULONG BytesPerSector,
@@ -113,8 +113,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 NTSTATUS
+STDCALL
 IoReadPartitionTableEx(
     IN PDEVICE_OBJECT DeviceObject,
     IN struct _DRIVE_LAYOUT_INFORMATION_EX** DriveLayout
@@ -127,8 +127,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 NTSTATUS
+STDCALL
 IoSetPartitionInformationEx(
     IN PDEVICE_OBJECT DeviceObject,
     IN ULONG PartitionNumber,
@@ -142,8 +142,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 NTSTATUS
+STDCALL
 IoSetSystemPartition(
     PUNICODE_STRING VolumeNameString
     )
@@ -155,8 +155,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 NTSTATUS
+STDCALL
 IoVerifyPartitionTable(
     IN PDEVICE_OBJECT DeviceObject,
     IN BOOLEAN FixErrors
@@ -169,8 +169,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 NTSTATUS
+STDCALL
 IoVolumeDeviceToDosName(
     IN  PVOID           VolumeDeviceObject,
     OUT PUNICODE_STRING DosName
@@ -183,8 +183,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 NTSTATUS
+STDCALL
 IoWritePartitionTableEx(
     IN PDEVICE_OBJECT DeviceObject,
     IN struct _DRIVE_LAYOUT_INFORMATION_EX* DriveLayfout

reactos/ntoskrnl/io
process.c 1.18 -> 1.19
diff -u -r1.18 -r1.19
--- process.c	15 Aug 2004 16:39:03 -0000	1.18
+++ process.c	21 Aug 2004 20:55:41 -0000	1.19
@@ -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: process.c,v 1.18 2004/08/15 16:39:03 chorns Exp $
+/* $Id: process.c,v 1.19 2004/08/21 20:55:41 tamlin Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
@@ -58,8 +58,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 BOOLEAN
+STDCALL
 IoIsSystemThread(
     IN PETHREAD Thread
     )

reactos/ntoskrnl/io
pnpnotify.c 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- pnpnotify.c	15 Aug 2004 16:39:03 -0000	1.4
+++ pnpnotify.c	21 Aug 2004 20:55:41 -0000	1.5
@@ -18,8 +18,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 ULONG
+STDCALL
 IoPnPDeliverServicePowerNotification(
 	ULONG		VetoedPowerOperation OPTIONAL,
 	ULONG		PowerNotification,

reactos/ntoskrnl/io
pnpmgr.c 1.32 -> 1.33
diff -u -r1.32 -r1.33
--- pnpmgr.c	15 Aug 2004 16:39:03 -0000	1.32
+++ pnpmgr.c	21 Aug 2004 20:55:41 -0000	1.33
@@ -1,4 +1,4 @@
-/* $Id: pnpmgr.c,v 1.32 2004/08/15 16:39:03 chorns Exp $
+/* $Id: pnpmgr.c,v 1.33 2004/08/21 20:55:41 tamlin Exp $
  *
  * COPYRIGHT:      See COPYING in the top level directory
  * PROJECT:        ReactOS kernel
@@ -188,8 +188,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 VOID
+STDCALL
 IoRequestDeviceEject(
     IN PDEVICE_OBJECT PhysicalDeviceObject
     )
CVSspam 0.2.8