reactos/subsystems/win32/csrss/csrss.h
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

22 lines
358 B
C

/* PSDK/NDK Headers */
#include <stdio.h>
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>
#include <intrin.h>
/* Build Number */
#include <reactos/buildno.h>
/* Subsystem Manager Header */
#include <sm/helper.h>
/* Internal CSRSS Headers */
#include <api.h>
#include <conio.h>
#include <csrplugin.h>
/* EOF */