From a40dc20557758b677eaa24ff1e16349047490d1b Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Sun, 28 Jun 2009 14:12:58 +0000 Subject: [PATCH] - Fix build svn path=/trunk/; revision=41663 --- reactos/include/ddk/strmini.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/reactos/include/ddk/strmini.h b/reactos/include/ddk/strmini.h index 34ca8e57667..1cf4cf1ee68 100644 --- a/reactos/include/ddk/strmini.h +++ b/reactos/include/ddk/strmini.h @@ -451,7 +451,7 @@ StreamClassDebugAssert( IN ULONG AssertValue ); -VOID +VOID __cdecl StreamClassDebugPrint( IN STREAM_DEBUG_LEVEL DebugPrintLevel, @@ -464,7 +464,10 @@ __cdecl StreamClassDeviceNotification( IN STREAM_MINIDRIVER_DEVICE_NOTIFICATION_TYPE NotificationType, IN PVOID HwDeviceExtension, - ... + IN PHW_STREAM_REQUEST_BLOCK pSrb, + IN PKSEVENT_ENTRY EventEntry, + IN GUID *EventSet, + IN ULONG EventId ); VOID