mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
- Fix a horrible bug, when DriverEntry was not having __stdcall calling convention.
svn path=/trunk/; revision=39754
This commit is contained in:
@@ -6221,6 +6221,7 @@ generic_start_io(IN PDEVICE_OBJECT dev_obj, IN PIRP irp)
|
||||
}
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath)
|
||||
{
|
||||
NTSTATUS ntStatus = STATUS_SUCCESS;
|
||||
|
||||
@@ -3804,6 +3804,7 @@ generic_start_io(IN PDEVICE_OBJECT dev_obj, IN PIRP irp)
|
||||
}
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath)
|
||||
{
|
||||
#if DBG
|
||||
|
||||
Reference in New Issue
Block a user