mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
bb519801e2
- Include only the necessary headers in csrss/csrsrv/basesrv/consrv/winsrv. svn path=/branches/ros-csrss/; revision=58249
8 lines
219 B
C
8 lines
219 B
C
/*
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
* PROJECT: ReactOS NTFS FS library
|
|
* FILE: lib/fslib/ntfslib/ntfslib.h
|
|
*/
|
|
#define NTOS_MODE_USER
|
|
#include <ndk/umtypes.h>
|
|
#include <fmifs/fmifs.h>
|