reactos/include
diff -u -r1.3 -r1.4
--- fmifs.h 23 Feb 2004 11:52:39 -0000 1.3
+++ fmifs.h 15 Sep 2004 17:06:34 -0000 1.4
@@ -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 @@
DiskCopy(VOID);
/* Enable/Disable volume compression */
-BOOLEAN
+BOOL
STDCALL
EnableVolumeCompression(
PWCHAR DriveRoot,
- BOOLEAN Enable
+ USHORT Compression
);
/* Format command in FMIFS */