Large change to modify NTDLL'S CSR Functions to be compatible with NT. They are exter...
[reactos.git] / reactos / lib / kernel32 / k32.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS System Libraries
4 * FILE: lib/kernel32/k32.h
5 * PURPOSE: Win32 Kernel Libary Header
6 * PROGRAMMER: Alex Ionescu (alex@relsoft.net)
7 */
8
9 /* INCLUDES ******************************************************************/
10
11 /* PSDK/NDK Headers */
12 #include <windows.h>
13 #define NTOS_MODE_USER
14 #include <ndk/ntndk.h>
15
16 /* CSRSS Header */
17 #include <csrss/csrss.h>
18
19 /* C Headers */
20 #include <wchar.h>
21
22 /* DDK Driver Headers */
23 #include <ddk/ntddbeep.h>
24 #include <ddk/ntddser.h>
25 #include <ddk/ntddtape.h>
26
27 /* Internal Kernel32 Header */
28 #include "include/kernel32.h"
29
30 /* PSEH for SEH Support */
31 #include <pseh.h>
32
33 /* Helper Header */
34 #include <reactos/helper.h>
35
36 /* EOF */