From 1b5f61f4e669e9017e33de272bbe319ddf7e43ed Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Fri, 17 Jun 2005 12:59:27 +0000 Subject: [PATCH] Include the prototypes for CcRosInitializeFileCache and CcRosReleaseFileCache even when compiling w/ W32API. svn path=/trunk/; revision=15975 --- reactos/include/ddk/ntifs.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reactos/include/ddk/ntifs.h b/reactos/include/ddk/ntifs.h index 8a1a5efe220..ee280663093 100644 --- a/reactos/include/ddk/ntifs.h +++ b/reactos/include/ddk/ntifs.h @@ -2,6 +2,12 @@ #include_next +NTSTATUS STDCALL +CcRosInitializeFileCache (PFILE_OBJECT FileObject, + ULONG CacheSegmentSize); +NTSTATUS STDCALL +CcRosReleaseFileCache (PFILE_OBJECT FileObject); + #else /* __USE_W32API */ #ifndef __INCLUDE_DDK_NTIFS_H