mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[CDFS_NEW] Force calling convention to allow build
This commit is contained in:
parent
3d4b8783fd
commit
7b19676e2b
2 changed files with 22 additions and 0 deletions
|
@ -27,6 +27,7 @@ Abstract:
|
|||
//
|
||||
|
||||
NTSTATUS
|
||||
NTAPI /* ReactOS Change: GCC Does not support STDCALL by default */
|
||||
CdDevCtrlCompletionRoutine (
|
||||
IN PDEVICE_OBJECT DeviceObject,
|
||||
IN PIRP Irp,
|
||||
|
@ -171,6 +172,7 @@ Return Value:
|
|||
//
|
||||
|
||||
NTSTATUS
|
||||
NTAPI /* ReactOS Change: GCC Does not support STDCALL by default */
|
||||
CdDevCtrlCompletionRoutine (
|
||||
IN PDEVICE_OBJECT DeviceObject,
|
||||
IN PIRP Irp,
|
||||
|
|
|
@ -844,6 +844,26 @@ Index: drivers/filesystems/cdfs_new/cleanup.c
|
|||
|
||||
//
|
||||
// If appropriate, try to spark teardown by purging the volume. Should
|
||||
Index: drivers/filesystems/cdfs_new/devctrl.c
|
||||
===================================================================
|
||||
--- drivers/filesystems/cdfs_new/devctrl.c (revision 34615)
|
||||
+++ drivers/filesystems/cdfs_new/devctrl.c (working copy)
|
||||
@@ -27,6 +27,7 @@
|
||||
//
|
||||
|
||||
NTSTATUS
|
||||
+NTAPI /* ReactOS Change: GCC Does not support STDCALL by default */
|
||||
CdDevCtrlCompletionRoutine (
|
||||
IN PDEVICE_OBJECT DeviceObject,
|
||||
IN PIRP Irp,
|
||||
@@ -171,6 +172,7 @@
|
||||
//
|
||||
|
||||
NTSTATUS
|
||||
+NTAPI /* ReactOS Change: GCC Does not support STDCALL by default */
|
||||
CdDevCtrlCompletionRoutine (
|
||||
IN PDEVICE_OBJECT DeviceObject,
|
||||
IN PIRP Irp,
|
||||
Index: drivers/filesystems/cdfs_new/strucsup.c
|
||||
===================================================================
|
||||
--- drivers/filesystems/cdfs_new/strucsup.c (revision 34615)
|
||||
|
|
Loading…
Reference in a new issue