mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:52:56 +00:00
- Fixed compilation.
svn path=/trunk/; revision=9901
This commit is contained in:
parent
308a04ade4
commit
6f6c0f76ef
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
#ifndef __INCLUDE_DDK_FSFUNCS_H
|
#ifndef __INCLUDE_DDK_FSFUNCS_H
|
||||||
#define __INCLUDE_DDK_FSFUNCS_H
|
#define __INCLUDE_DDK_FSFUNCS_H
|
||||||
/* $Id: fsfuncs.h,v 1.24 2004/06/27 05:38:54 ion Exp $ */
|
/* $Id: fsfuncs.h,v 1.25 2004/06/27 11:23:57 navaraf Exp $ */
|
||||||
#define FlagOn(x,f) ((x) & (f))
|
#define FlagOn(x,f) ((x) & (f))
|
||||||
|
|
||||||
#include <ntos/fstypes.h>
|
#include <ntos/fstypes.h>
|
||||||
|
@ -698,8 +698,8 @@ FsRtlProcessFileLock (
|
||||||
STDCALL
|
STDCALL
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
FsRtlRegisterFileSystemFilterCallbacks (
|
FsRtlRegisterFileSystemFilterCallbacks (
|
||||||
IN PVOID Unknown,
|
IN PVOID Unknown1,
|
||||||
IN PVOID Unknown
|
IN PVOID Unknown2
|
||||||
);
|
);
|
||||||
|
|
||||||
NTSTATUS STDCALL
|
NTSTATUS STDCALL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue