mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[CDFS_NEW] Force calling convention to allow build
This commit is contained in:
parent
818025ecc8
commit
3d4b8783fd
2 changed files with 22 additions and 0 deletions
|
@ -51,6 +51,7 @@ CdPnpCancelRemove (
|
||||||
);
|
);
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
NTAPI /* ReactOS Change: GCC Does not support STDCALL by default */
|
||||||
CdPnpCompletionRoutine (
|
CdPnpCompletionRoutine (
|
||||||
IN PDEVICE_OBJECT DeviceObject,
|
IN PDEVICE_OBJECT DeviceObject,
|
||||||
IN PIRP Irp,
|
IN PIRP Irp,
|
||||||
|
@ -774,6 +775,7 @@ Return Value:
|
||||||
//
|
//
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
NTAPI /* ReactOS Change: GCC Does not support STDCALL by default */
|
||||||
CdPnpCompletionRoutine (
|
CdPnpCompletionRoutine (
|
||||||
IN PDEVICE_OBJECT DeviceObject,
|
IN PDEVICE_OBJECT DeviceObject,
|
||||||
IN PIRP Irp,
|
IN PIRP Irp,
|
||||||
|
|
|
@ -973,6 +973,26 @@ Index: drivers/filesystems/cdfs_new/fsctrl.c
|
||||||
VOLUME_ID_LENGTH,
|
VOLUME_ID_LENGTH,
|
||||||
(PCHAR) Vcb->Vpb->VolumeLabel );
|
(PCHAR) Vcb->Vpb->VolumeLabel );
|
||||||
|
|
||||||
|
Index: drivers/filesystems/cdfs_new/pnp.c
|
||||||
|
===================================================================
|
||||||
|
--- drivers/filesystems/cdfs_new/pnp.c (revision 34615)
|
||||||
|
+++ drivers/filesystems/cdfs_new/pnp.c (working copy)
|
||||||
|
@@ -51,6 +51,7 @@
|
||||||
|
);
|
||||||
|
|
||||||
|
NTSTATUS
|
||||||
|
+NTAPI /* ReactOS Change: GCC Does not support STDCALL by default */
|
||||||
|
CdPnpCompletionRoutine (
|
||||||
|
IN PDEVICE_OBJECT DeviceObject,
|
||||||
|
IN PIRP Irp,
|
||||||
|
@@ -774,6 +775,7 @@
|
||||||
|
//
|
||||||
|
|
||||||
|
NTSTATUS
|
||||||
|
+NTAPI /* ReactOS Change: GCC Does not support STDCALL by default */
|
||||||
|
CdPnpCompletionRoutine (
|
||||||
|
IN PDEVICE_OBJECT DeviceObject,
|
||||||
|
IN PIRP Irp,
|
||||||
Index: drivers/filesystems/cdfs_new/workque.c
|
Index: drivers/filesystems/cdfs_new/workque.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- drivers/filesystems/cdfs_new/workque.c (revision 34615)
|
--- drivers/filesystems/cdfs_new/workque.c (revision 34615)
|
||||||
|
|
Loading…
Reference in a new issue