mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 01:00:06 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
11 lines
186 B
C
11 lines
186 B
C
#define WIN32_NO_STATUS
|
|
#include <windows.h>
|
|
#define NTOS_MODE_USER
|
|
#include <ndk/ntndk.h>
|
|
|
|
#include <psapi.h>
|
|
#include <epsapi/epsapi.h>
|
|
|
|
#include "internal.h"
|
|
|
|
#include <pseh/pseh2.h>
|