[WIN32SS]
[reactos.git] / reactos / win32ss / user / user32 / include / user32.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS System Libraries
4 * FILE: lib/user32/include/user32.h
5 * PURPOSE: Win32 User Library
6 * PROGRAMMER: Alex Ionescu (alex@relsoft.net)
7 */
8
9 /* INCLUDES ******************************************************************/
10
11 /* C Headers */
12 #include <assert.h>
13 #include <stdio.h>
14 #include <math.h>
15
16 /* SDK/NDK Headers */
17 #define _USER32_
18 #define OEMRESOURCE
19 #define NTOS_MODE_USER
20 #define WIN32_NO_STATUS
21 #include <windows.h>
22 #include <windowsx.h>
23 #include <winnls32.h>
24 #include <strsafe.h>
25 #include <usp10.h>
26 #include <ndk/cmfuncs.h>
27 #include <ndk/kefuncs.h>
28 #include <ndk/obfuncs.h>
29 #include <ndk/rtlfuncs.h>
30 #include <ndk/umfuncs.h>
31
32 /* CSRSS Headers */
33 #include <csrss/csrss.h>
34
35 /* Public Win32K Headers */
36 #include <ntusrtyp.h>
37 #include <ntuser.h>
38 #include <callback.h>
39
40 /* Undocumented user definitions*/
41 #include <undocuser.h>
42
43 /* WINE Headers */
44 #include <wine/unicode.h>
45
46 /* SEH Support with PSEH */
47 #include <pseh/pseh2.h>
48
49 /* Internal User32 Headers */
50 #include "user32p.h"
51
52 /* User macros */
53 #include "user_x.h"