7ce2a0f23d41f5002a2f1c7b15971da82a53ab57
[reactos.git] / reactos / lib / ntdll / inc / ntdll.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS System Libraries
4 * FILE: lib/ntdll/inc/ntdll.h
5 * PURPOSE: Native Libary Header
6 * PROGRAMMER: Alex Ionescu (alex@relsoft.net)
7 */
8
9 /* INCLUDES ******************************************************************/
10
11 /* C Headers */
12 #define _CTYPE_DISABLE_MACROS
13 #define _INC_SWPRINTF_INL_
14 #include <limits.h>
15 #include <stdio.h>
16 #include <ctype.h>
17
18 /* SDK/DDK/NDK Headers. */
19 #include <windows.h>
20 #define NTOS_MODE_USER
21 #include <ndk/ntndk.h>
22
23 /* Internal NTDLL */
24 #include "ntdllp.h"
25
26 /* CSRSS Header */
27 #include <csrss/csrss.h>
28
29 /* Helper Macros */
30 #include <reactos/helper.h>
31
32 /* EOF */