RtlUnicodeStringToCountedOemString() is now "pass"ed
[reactos.git] / lib / fmifs / compress.c
1 /* $Id$
2  *
3  * COPYING:     See the top level directory
4  * PROJECT:     ReactOS 
5  * FILE:        reactos/lib/fmifs/compress.c
6  * DESCRIPTION: File management IFS utility functions
7  * PROGRAMMER:  Emanuele Aliberti
8  * UPDATED
9  *      1999-02-16 (Emanuele Aliberti)
10  *              Entry points added.
11  */
12 #define UNICODE
13 #define _UNICODE
14 #include <windows.h>
15 #include <fmifs.h>
16
17
18 /* FMIFS.4 */
19 BOOL
20 __stdcall
21 EnableVolumeCompression(
22         PWCHAR  DriveRoot,
23         BOOL    Enable
24         )
25 {
26         return FALSE;
27 }
28
29
30 /* EOF */