mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
- Add missing NTAPI to DriverEntry
svn path=/trunk/; revision=41449
This commit is contained in:
parent
3d64a589fb
commit
6cfc9ab326
1 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,9 @@ DriverUnload(IN PDRIVER_OBJECT DriverObject)
|
|||
IoDeleteDevice(DriverObject->DeviceObject);
|
||||
}
|
||||
|
||||
NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject,IN PUNICODE_STRING path)
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
DriverEntry(IN PDRIVER_OBJECT DriverObject,IN PUNICODE_STRING path)
|
||||
{
|
||||
PDEVICE_OBJECT pDeviceObject;
|
||||
UNICODE_STRING DriverString;
|
||||
|
|
Loading…
Reference in a new issue