mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:22:56 +00:00
[CDFS_NEW] Re-apply many of the reactos-specific changes and fix build.
- Also, get rid of the old diff file.
This commit is contained in:
parent
5409d6f7d6
commit
13ff373b80
32 changed files with 541 additions and 1198 deletions
|
@ -14,7 +14,7 @@ Abstract:
|
|||
|
||||
--*/
|
||||
|
||||
#include "CdProcs.h"
|
||||
#include "cdprocs.h"
|
||||
|
||||
//
|
||||
// The Bug check file id for this module
|
||||
|
@ -30,6 +30,7 @@ Abstract:
|
|||
IO_COMPLETION_ROUTINE CdDevCtrlCompletionRoutine;
|
||||
|
||||
NTSTATUS
|
||||
NTAPI /* ReactOS Change: GCC Does not support STDCALL by default */
|
||||
CdDevCtrlCompletionRoutine (
|
||||
_In_ PDEVICE_OBJECT DeviceObject,
|
||||
_In_ PIRP Irp,
|
||||
|
@ -172,6 +173,7 @@ Return Value:
|
|||
//
|
||||
|
||||
NTSTATUS
|
||||
NTAPI /* ReactOS Change: GCC Does not support STDCALL by default */
|
||||
CdDevCtrlCompletionRoutine (
|
||||
_In_ PDEVICE_OBJECT DeviceObject,
|
||||
_In_ PIRP Irp,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue