From bc5e02eafdd930a381fd9a102460d1982640d64d Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Wed, 15 Sep 2004 17:06:34 +0000 Subject: [PATCH] forgot to commit this file svn path=/trunk/; revision=10867 --- reactos/include/fmifs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/include/fmifs.h b/reactos/include/fmifs.h index ba398f57ba9..a385c370322 100644 --- a/reactos/include/fmifs.h +++ b/reactos/include/fmifs.h @@ -1,6 +1,6 @@ #ifndef _FMIFS_H #define _FMIFS_H -/* $Id: fmifs.h,v 1.3 2004/02/23 11:52:39 ekohl Exp $ +/* $Id: fmifs.h,v 1.4 2004/09/15 17:06:34 weiden Exp $ * * fmifs.h * @@ -98,11 +98,11 @@ STDCALL DiskCopy(VOID); /* Enable/Disable volume compression */ -BOOLEAN +BOOL STDCALL EnableVolumeCompression( PWCHAR DriveRoot, - BOOLEAN Enable + USHORT Compression ); /* Format command in FMIFS */