Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenntdll.h
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS System Libraries 00004 * FILE: dll/ntdll/include/ntdll.h 00005 * PURPOSE: Native Libary Header 00006 * PROGRAMMER: Alex Ionescu (alex@relsoft.net) 00007 */ 00008 00009 /* INCLUDES ******************************************************************/ 00010 00011 /* We're a core NT DLL, we don't import syscalls */ 00012 #define _NTSYSTEM_ 00013 #define _NTDLLBUILD_ 00014 00015 /* C Headers */ 00016 #define _CTYPE_DISABLE_MACROS 00017 #define _CRT_SECURE_NO_DEPRECATE 00018 #define _INC_SWPRINTF_INL_ 00019 #include <limits.h> 00020 #include <stdio.h> 00021 #include <ctype.h> 00022 00023 /* SDK/DDK/NDK Headers. */ 00024 #define WIN32_NO_STATUS 00025 #include <windows.h> 00026 #define NTOS_MODE_USER 00027 #include <ndk/cmfuncs.h> 00028 #include <ndk/dbgkfuncs.h> 00029 #include <ndk/exfuncs.h> 00030 #include <ndk/iofuncs.h> 00031 #include <ndk/kdtypes.h> 00032 #include <ndk/kefuncs.h> 00033 #include <ndk/ldrfuncs.h> 00034 #include <ndk/lpcfuncs.h> 00035 #include <ndk/mmfuncs.h> 00036 #include <ndk/obfuncs.h> 00037 #include <ndk/psfuncs.h> 00038 #include <ndk/rtlfuncs.h> 00039 #include <ndk/umfuncs.h> 00040 00041 /* Internal NTDLL */ 00042 #include "ntdllp.h" 00043 00044 /* CSRSS Header */ 00045 #include <csrss/csrss.h> 00046 00047 /* PSEH */ 00048 #include <pseh/pseh2.h> 00049 00050 /* EOF */ Generated on Sun May 27 2012 04:22:34 for ReactOS by
1.7.6.1
|