mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:05:42 +00:00
Include the prototypes for CcRosInitializeFileCache and CcRosReleaseFileCache even when compiling w/ W32API.
svn path=/trunk/; revision=15975
This commit is contained in:
parent
4cd0b32494
commit
1b5f61f4e6
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
|||
|
||||
#include_next <ddk/ntifs.h>
|
||||
|
||||
NTSTATUS STDCALL
|
||||
CcRosInitializeFileCache (PFILE_OBJECT FileObject,
|
||||
ULONG CacheSegmentSize);
|
||||
NTSTATUS STDCALL
|
||||
CcRosReleaseFileCache (PFILE_OBJECT FileObject);
|
||||
|
||||
#else /* __USE_W32API */
|
||||
|
||||
#ifndef __INCLUDE_DDK_NTIFS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue