[NTDLL/KERNEL32/CSRSRV/WIN32K/USER32/WIN32CSR]
[reactos.git] / 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 Header */
33 #include <csrss/client.h>
34 #include <csrss/csrss.h> // FIXME: data header.
35
36 /* Public Win32K Headers */
37 #include <ntusrtyp.h>
38 #include <ntuser.h>
39 #include <callback.h>
40
41 /* Undocumented user definitions*/
42 #include <undocuser.h>
43
44 /* WINE Headers */
45 #include <wine/unicode.h>
46
47 /* SEH Support with PSEH */
48 #include <pseh/pseh2.h>
49
50 /* Internal User32 Headers */
51 #include "user32p.h"
52
53 /* User macros */
54 #include "user_x.h"