mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 17:16:58 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
20 lines
373 B
C
20 lines
373 B
C
/* PSDK/NDK Headers */
|
|
#define NTOS_MODE_USER
|
|
#include <stdio.h>
|
|
#define WIN32_NO_STATUS
|
|
#include <windows.h>
|
|
#include <winnt.h>
|
|
#include <ndk/ntndk.h>
|
|
|
|
/* CSR Header */
|
|
//#include <csr/server.h>
|
|
|
|
/* PSEH for SEH Support */
|
|
#include <pseh/pseh2.h>
|
|
|
|
/* Subsystem Manager Header */
|
|
#include <sm/helper.h>
|
|
|
|
/* Internal CSRSS Headers */
|
|
#include <api.h>
|
|
#include <csrplugin.h>
|