mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
Fixed STDCALL bug.
svn path=/trunk/; revision=615
This commit is contained in:
parent
9957d94c20
commit
36df88668d
1 changed files with 2 additions and 2 deletions
|
@ -2110,8 +2110,8 @@ NTSTATUS FsdQueryVolumeInformation(PDEVICE_OBJECT DeviceObject, PIRP Irp)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
STDCALL NTSTATUS DriverEntry(PDRIVER_OBJECT _DriverObject,
|
NTSTATUS STDCALL
|
||||||
PUNICODE_STRING RegistryPath)
|
DriverEntry(PDRIVER_OBJECT _DriverObject, PUNICODE_STRING RegistryPath)
|
||||||
/*
|
/*
|
||||||
* FUNCTION: Called by the system to initalize the driver
|
* FUNCTION: Called by the system to initalize the driver
|
||||||
* ARGUMENTS:
|
* ARGUMENTS:
|
||||||
|
|
Loading…
Reference in a new issue