reactos/subsystems/win/basesrv/basesrv.h
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

15 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_ */