mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
forgot to commit this file
svn path=/trunk/; revision=10867
This commit is contained in:
parent
380da77736
commit
bc5e02eafd
1 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue