mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 07:44:25 +08:00
27 lines
610 B
C
Executable File
27 lines
610 B
C
Executable File
#define NTOS_MODE_USER
|
|
#include <ntos.h>
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
#include <limits.h>
|
|
#include <wchar.h>
|
|
#include <string.h>
|
|
#include <assert.h>
|
|
#include <ddk/ntddk.h>
|
|
#include <ddk/ntddbeep.h>
|
|
#include <ddk/ntddser.h>
|
|
#include <windows.h>
|
|
#include <kernel32/proc.h>
|
|
#include <kernel32/thread.h>
|
|
#include <kernel32/error.h>
|
|
#include <ntdll/base.h>
|
|
#include <ntdll/rtl.h>
|
|
#include <ntdll/dbg.h>
|
|
#include <ntdll/csr.h>
|
|
#include <ntdll/ldr.h>
|
|
#include <napi/i386/segment.h>
|
|
#include <napi/teb.h>
|
|
#include <napi/npipe.h>
|
|
#include <ntos/minmax.h>
|
|
#include <csrss/csrss.h>
|
|
#include <reactos/buildno.h>
|