Fixed STDCALL bug.

svn path=/trunk/; revision=615
This commit is contained in:
Eric Kohl 1999-08-15 00:36:59 +00:00
parent 9957d94c20
commit 36df88668d

View file

@ -2110,8 +2110,8 @@ NTSTATUS FsdQueryVolumeInformation(PDEVICE_OBJECT DeviceObject, PIRP Irp)
}
STDCALL NTSTATUS DriverEntry(PDRIVER_OBJECT _DriverObject,
PUNICODE_STRING RegistryPath)
NTSTATUS STDCALL
DriverEntry(PDRIVER_OBJECT _DriverObject, PUNICODE_STRING RegistryPath)
/*
* FUNCTION: Called by the system to initalize the driver
* ARGUMENTS: