mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
*** empty log message ***
svn path=/trunk/; revision=4010
This commit is contained in:
parent
910f281f6e
commit
fd6f0e5b04
1 changed files with 25 additions and 0 deletions
25
reactos/lib/kernel32/k32.h
Executable file
25
reactos/lib/kernel32/k32.h
Executable file
|
@ -0,0 +1,25 @@
|
||||||
|
#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>
|
Loading…
Reference in a new issue