ReactOS
0.4.16-dev-1972-gf20c09f
k32.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS System Libraries
4
* FILE: dll/win32/kernel32/k32.h
5
* PURPOSE: Win32 Kernel Library Header
6
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
7
*/
8
9
#ifndef __K32_H
10
#define __K32_H
11
12
/* INCLUDES ******************************************************************/
13
14
#include <stdio.h>
15
16
/* PSDK/NDK Headers */
17
#define WIN32_NO_STATUS
18
#include <
windef.h
>
19
#include <
winbase.h
>
20
#include <
winbase_undoc.h
>
21
#include <
wingdi.h
>
22
#include <
winreg.h
>
23
#include <
wincon.h
>
24
#include <
wincon_undoc.h
>
25
#include <
winuser.h
>
26
27
#undef TEXT
28
#define TEXT(s) L##s
29
#include <
regstr.h
>
30
31
#include <
tlhelp32.h
>
32
33
/* Redefine NTDDI_VERSION to 2K3 SP1 to get correct NDK definitions */
34
#undef NTDDI_VERSION
35
#define NTDDI_VERSION NTDDI_WS03SP1
36
37
#define NTOS_MODE_USER
38
#include <
ndk/cmfuncs.h
>
39
#include <
ndk/exfuncs.h
>
40
#include <
ndk/iofuncs.h
>
41
#include <
ndk/iotypes.h
>
42
#include <
ndk/kdtypes.h
>
43
#include <
ndk/kefuncs.h
>
44
#include <
ndk/ldrfuncs.h
>
45
#include <
ndk/mmfuncs.h
>
46
#include <
ndk/obfuncs.h
>
47
#include <
ndk/psfuncs.h
>
48
#include <
ndk/rtlfuncs.h
>
49
#include <
ndk/setypes.h
>
50
#include <
ndk/umfuncs.h
>
51
52
#include <
ntstrsafe.h
>
53
54
/* CSRSS Headers */
55
#include <
csr/csr.h
>
56
#include <
win/base.h
>
57
#include <
win/basemsg.h
>
58
#include <
win/console.h
>
59
#include <
win/conmsg.h
>
60
#include <
win/vdm.h
>
61
62
/* DDK Driver Headers */
63
#include <
mountmgr.h
>
64
65
/* Internal Kernel32 Header */
66
#include "
include/kernel32.h
"
67
68
/* PSEH for SEH Support */
69
#include <
pseh/pseh2.h
>
70
71
/* Base Macros */
72
#include "
include/base_x.h
"
73
74
/* Console API Client Definitions */
75
#include "include/console.h"
76
77
/* Virtual DOS Machines (VDM) Support Definitions */
78
#include "
include/vdm.h
"
79
80
/* Undo hacks in wine/unicode.h */
81
#undef tolowerW
82
static
inline
WCHAR
tolowerW
(
WCHAR
ch )
83
{
84
extern
WINE_UNICODE_API
const
WCHAR
wine_casemap_lower
[];
85
return
ch +
wine_casemap_lower
[
wine_casemap_lower
[ch >> 8] + (ch & 0xff)];
86
}
87
88
#undef toupperW
89
static
inline
WCHAR
toupperW
(
WCHAR
ch )
90
{
91
extern
WINE_UNICODE_API
const
WCHAR
wine_casemap_upper
[];
92
return
ch +
wine_casemap_upper
[
wine_casemap_upper
[ch >> 8] + (ch & 0xff)];
93
}
94
95
#endif
/* __K32_H */
base.h
base_x.h
basemsg.h
conmsg.h
vdm.h
wine_casemap_lower
const WCHAR wine_casemap_lower[4013]
Definition:
casemap.c:7
wine_casemap_upper
const WCHAR wine_casemap_upper[4570]
Definition:
casemap.c:533
WINE_UNICODE_API
#define WINE_UNICODE_API
Definition:
unicode.h:58
kernel32.h
ldrfuncs.h
mountmgr.h
cmfuncs.h
exfuncs.h
iofuncs.h
iotypes.h
kdtypes.h
kefuncs.h
mmfuncs.h
obfuncs.h
psfuncs.h
rtlfuncs.h
setypes.h
ntstrsafe.h
pseh2.h
regstr.h
csr.h
console.h
vdm.h
tlhelp32.h
umfuncs.h
winbase.h
winbase_undoc.h
wincon.h
wincon_undoc.h
windef.h
toupperW
#define toupperW(n)
Definition:
unicode.h:51
tolowerW
#define tolowerW(n)
Definition:
unicode.h:50
wingdi.h
winreg.h
winuser.h
WCHAR
__wchar_t WCHAR
Definition:
xmlstorage.h:180
dll
win32
kernel32
k32.h
Generated on Fri Dec 12 2025 06:04:29 for ReactOS by
1.9.6