- Fix a horrible bug, when DriverEntry was not having __stdcall calling convention.

svn path=/trunk/; revision=39754
This commit is contained in:
Aleksey Bragin 2009-02-25 16:00:38 +00:00
parent 866d5ef497
commit 419e45a723
2 changed files with 2 additions and 0 deletions

View file

@ -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;

View file

@ -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