mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 00:06:26 +00:00
21 lines
358 B
C
21 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 */
|