mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
11 lines
171 B
C
11 lines
171 B
C
#pragma once
|
|
|
|
/* 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>
|