Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenk32.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: lib/kernel32/k32.h 00005 * PURPOSE: Win32 Kernel Libary Header 00006 * PROGRAMMER: Alex Ionescu (alex@relsoft.net) 00007 */ 00008 00009 #ifndef __K32_H 00010 #define __K32_H 00011 00012 /* INCLUDES ******************************************************************/ 00013 00014 /* PSDK/NDK Headers */ 00015 #define WIN32_NO_STATUS 00016 #include <windows.h> 00017 #include <tlhelp32.h> 00018 00019 /* Redefine NTDDI_VERSION to 2K3 SP1 to get correct NDK definitions */ 00020 #undef NTDDI_VERSION 00021 #define NTDDI_VERSION NTDDI_WS03SP1 00022 00023 #include <ndk/cmfuncs.h> 00024 #include <ndk/dbgkfuncs.h> 00025 #include <ndk/exfuncs.h> 00026 #include <ndk/iofuncs.h> 00027 #include <ndk/kdtypes.h> 00028 #include <ndk/kefuncs.h> 00029 #include <ndk/ldrfuncs.h> 00030 #include <ndk/mmfuncs.h> 00031 #include <ndk/obfuncs.h> 00032 #include <ndk/pofuncs.h> 00033 #include <ndk/psfuncs.h> 00034 #include <ndk/rtlfuncs.h> 00035 #include <ndk/setypes.h> 00036 #include <ndk/umfuncs.h> 00037 00038 /* CSRSS Header */ 00039 #include <csrss/csrss.h> 00040 00041 /* C Headers */ 00042 #include <ctype.h> 00043 #include <limits.h> 00044 #include <stdio.h> 00045 #include <wchar.h> 00046 00047 /* DDK Driver Headers */ 00048 #include <ntddbeep.h> 00049 #include <mountmgr.h> 00050 #include <mountdev.h> 00051 00052 /* Internal Kernel32 Header */ 00053 #include "include/kernel32.h" 00054 00055 /* PSEH for SEH Support */ 00056 #include <pseh/pseh2.h> 00057 00058 /* Base Macros */ 00059 #include "include/base_x.h" 00060 00061 #endif Generated on Thu May 24 2012 04:24:48 for ReactOS by
1.7.6.1
|