mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 22:37:11 +00:00
- Fix build
svn path=/trunk/; revision=41663
This commit is contained in:
parent
4a0debf9c8
commit
a40dc20557
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue