mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
9 lines
213 B
C
9 lines
213 B
C
|
/*
|
||
|
* COPYRIGHT: See COPYING in the top level directory
|
||
|
* PROJECT: ReactOS FFS library
|
||
|
* FILE: lib/fslib/ffslib/ffslib.h
|
||
|
*/
|
||
|
#define NTOS_MODE_USER
|
||
|
#include <ndk/umtypes.h>
|
||
|
#include <fmifs/fmifs.h>
|