mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +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
|
||||
NTAPI /* ReactOS Change: GCC Does not support STDCALL by default */
|
||||
CdPnpCompletionRoutine (
|
||||
IN PDEVICE_OBJECT DeviceObject,
|
||||
IN PIRP Irp,
|
||||
|
@ -774,6 +775,7 @@ Return Value:
|
|||
//
|
||||
|
||||
NTSTATUS
|
||||
NTAPI /* ReactOS Change: GCC Does not support STDCALL by default */
|
||||
CdPnpCompletionRoutine (
|
||||
IN PDEVICE_OBJECT DeviceObject,
|
||||
IN PIRP Irp,
|
||||
|
|
|
@ -973,6 +973,26 @@ Index: drivers/filesystems/cdfs_new/fsctrl.c
|
|||
VOLUME_ID_LENGTH,
|
||||
(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
|
||||
===================================================================
|
||||
--- drivers/filesystems/cdfs_new/workque.c (revision 34615)
|
||||
|
|
Loading…
Reference in a new issue