2005-07-01 03:03:06 +00:00
|
|
|
/* PSDK/NDK Headers */
|
2010-03-10 04:59:39 +00:00
|
|
|
#define NTOS_MODE_USER
|
2005-07-26 14:00:45 +00:00
|
|
|
#include <stdio.h>
|
2005-10-19 17:03:38 +00:00
|
|
|
#define WIN32_NO_STATUS
|
2005-07-01 03:03:06 +00:00
|
|
|
#include <windows.h>
|
2010-03-10 04:59:39 +00:00
|
|
|
#include <winnt.h>
|
2005-07-01 03:03:06 +00:00
|
|
|
#include <ndk/ntndk.h>
|
|
|
|
|
2010-03-10 04:59:39 +00:00
|
|
|
/* CSR Header */
|
|
|
|
//#include <csr/server.h>
|
2007-02-01 21:44:23 +00:00
|
|
|
|
2010-03-10 04:59:39 +00:00
|
|
|
/* PSEH for SEH Support */
|
|
|
|
#include <pseh/pseh2.h>
|
2005-07-01 03:03:06 +00:00
|
|
|
|
|
|
|
/* Subsystem Manager Header */
|
|
|
|
#include <sm/helper.h>
|
|
|
|
|
|
|
|
/* Internal CSRSS Headers */
|
|
|
|
#include <api.h>
|
|
|
|
#include <csrplugin.h>
|