mirror of
https://github.com/reactos/reactos.git
synced 2025-04-29 18:48:53 +00:00
- Fix a horrible bug, when DriverEntry was not having __stdcall calling convention.
svn path=/trunk/; revision=39754
This commit is contained in:
parent
866d5ef497
commit
419e45a723
2 changed files with 2 additions and 0 deletions
|
@ -6221,6 +6221,7 @@ generic_start_io(IN PDEVICE_OBJECT dev_obj, IN PIRP irp)
|
||||||
}
|
}
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
NTAPI
|
||||||
DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath)
|
DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath)
|
||||||
{
|
{
|
||||||
NTSTATUS ntStatus = STATUS_SUCCESS;
|
NTSTATUS ntStatus = STATUS_SUCCESS;
|
||||||
|
|
|
@ -3804,6 +3804,7 @@ generic_start_io(IN PDEVICE_OBJECT dev_obj, IN PIRP irp)
|
||||||
}
|
}
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
NTAPI
|
||||||
DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath)
|
DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath)
|
||||||
{
|
{
|
||||||
#if DBG
|
#if DBG
|
||||||
|
|
Loading…
Reference in a new issue