CcGetDirtyPages(): Workaround return of GCC gint64 for W32 LARGE_INTEGER
authorshort <>
Thu, 27 Mar 2003 15:46:56 +0000 (15:46 +0000)
committershort <>
Thu, 27 Mar 2003 15:46:56 +0000 (15:46 +0000)
include/ddk/ccfuncs.h

index b93ba6f..d14653e 100644 (file)
@@ -91,7 +91,11 @@ CcFlushCache (
        OUT     PIO_STATUS_BLOCK                IoStatus OPTIONAL
        );
 
+#ifndef LIBCAPTIVE
 LARGE_INTEGER
+#else /* !LIBCAPTIVE */
+gint64
+#endif /* LIBCAPTIVE */
 STDCALL
 CcGetDirtyPages (
        IN      PVOID                   LogHandle,