Include the prototypes for CcRosInitializeFileCache and CcRosReleaseFileCache even when compiling w/ W32API.
Modified: trunk/reactos/include/ddk/ntifs.h

Modified: trunk/reactos/include/ddk/ntifs.h
--- trunk/reactos/include/ddk/ntifs.h	2005-06-17 12:57:31 UTC (rev 15974)
+++ trunk/reactos/include/ddk/ntifs.h	2005-06-17 12:59:27 UTC (rev 15975)
@@ -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