reactos/reactos/subsystems/win/basesrv/basesrv.h
Ged Murphy d73a60f67e remove /subsys
svn path=/trunk/; revision=21134
2006-02-17 23:57:13 +00:00

14 lines
256 B
C

#ifndef _BASESRV_H_INCLUDED_
#define _BASESRV_H_INCLUDED_
/* PSDK/NDK Headers */
#include <stdio.h>
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>
#include <csr/server.h>
#include <win/base.h>
#endif /* ndef _BASESRV_H_INCLUDED_ */