reactos/lib/fslib/ntfslib/ntfslib.h
Amine Khaldi c424146e2c Create a branch for cmake bringup.
svn path=/branches/cmake-bringup/; revision=48236
2010-07-24 18:52:44 +00:00

11 lines
262 B
C

/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS NTFS FS library
* FILE: lib/fslib/ntfslib/ntfslib.h
*/
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>
#include <fmifs/fmifs.h>