mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
Fix FsRtlNotifyInitializeSync signature.
svn path=/trunk/; revision=13785
This commit is contained in:
parent
56a2f29715
commit
643b34465c
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ FsRtlNotifyReportChange (
|
||||||
);
|
);
|
||||||
|
|
||||||
VOID STDCALL
|
VOID STDCALL
|
||||||
FsRtlNotifyInitializeSync(IN OUT PNOTIFY_SYNC NotifySync);
|
FsRtlNotifyInitializeSync(IN OUT PNOTIFY_SYNC *NotifySync);
|
||||||
|
|
||||||
NTSTATUS STDCALL
|
NTSTATUS STDCALL
|
||||||
FsRtlNotifyVolumeEvent(IN PFILE_OBJECT FileObject,
|
FsRtlNotifyVolumeEvent(IN PFILE_OBJECT FileObject,
|
||||||
|
|
Loading…
Reference in a new issue