- ScsiPortNotification and ScsiPortDebugPrint are cdecl (stdcall introduced in r29277 by mistake).

svn path=/trunk/; revision=40416
This commit is contained in:
Aleksey Bragin 2009-04-08 13:07:17 +00:00
parent 9386deff2c
commit faf1f12120

View file

@ -715,7 +715,7 @@ ScsiPortIoMapTransfer(
);
SCSIPORT_API
VOID DDKAPI
VOID DDKCDECLAPI
ScsiPortNotification(
IN SCSI_NOTIFICATION_TYPE NotificationType,
IN PVOID HwDeviceExtension,
@ -960,7 +960,7 @@ ScsiPortValidateRange(
// begin_ntminitape
SCSIPORT_API
VOID DDKAPI
VOID DDKCDECLAPI
ScsiDebugPrint(
ULONG DebugPrintLevel,
PCCHAR DebugMessage,