ReactOS 0.4.15-dev-7788-g1ad9096
pch.h File Reference
#include <stdarg.h>
#include <math.h>
#include <intrin.h>
#include <ntifs.h>
#include <ntddkbd.h>
#include <ntddmou.h>
#include <ntddvdeo.h>
#include <ntstrsafe.h>
#include <ntintsafe.h>
#include <windef.h>
#include <winerror.h>
#include <wingdi.h>
#include <winddi.h>
#include <winuser.h>
#include <ndk/rtltypes.h>
#include <prntfont.h>
#include <ddrawi.h>
#include <imm.h>
#include <immdev.h>
#include <imm32_undoc.h>
#include <dbt.h>
#include <ndk/exfuncs.h>
#include <ndk/iofuncs.h>
#include <ndk/kdfuncs.h>
#include <ndk/kefuncs.h>
#include <ndk/mmfuncs.h>
#include <ndk/obfuncs.h>
#include <ndk/psfuncs.h>
#include <ndk/sefuncs.h>
#include <ndk/rtlfuncs.h>
#include <pseh/pseh2.h>
#include <include/ntgdityp.h>
#include <ntgdi.h>
#include <include/ntgdihdl.h>
#include <include/ntgdibad.h>
#include <include/ntusrtyp.h>
#include <include/ntuser.h>
#include <include/callback.h>
#include <undocuser.h>
#include <ft2build.h>
#include "win32kp.h"
Include dependency graph for pch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _NO_COM
 
#define STRICT
 
#define _USE_MATH_DEFINES
 
#define NTDDI_VERSION   NTDDI_WS03SP1
 
#define MAKEINTATOM(i)   (LPWSTR)((ULONG_PTR)((WORD)(i)))
 
#define WINBASEAPI
 
#define STARTF_USESHOWWINDOW   1
 
#define STARTF_USESIZE   2
 
#define STARTF_USEPOSITION   4
 
#define CDECL   __cdecl
 
#define RECT   RECTL
 
#define PRECT   PRECTL
 
#define LPRECT   LPRECTL
 
#define LPCRECT   LPCRECTL
 
#define POINT   POINTL
 
#define LPPOINT   PPOINTL
 
#define PPOINT   PPOINTL
 
#define _ENGINE_EXPORT_
 
#define OEMRESOURCE
 
#define _NOCSECT_TYPE
 
#define FLOATOBJ_GetFloat(pf)   (*(pf))
 
#define InterlockedIncrementUL(Value)   (ULONG)InterlockedIncrement((PLONG)(Value))
 
#define InterlockedDecrementUL(Value)   (ULONG)InterlockedDecrement((PLONG)(Value))
 

Typedefs

typedef struct _SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES
 
typedef struct _SECURITY_ATTRIBUTESLPSECURITY_ATTRIBUTES
 

Macro Definition Documentation

◆ _ENGINE_EXPORT_

#define _ENGINE_EXPORT_

Definition at line 58 of file pch.h.

◆ _NO_COM

#define _NO_COM

Definition at line 14 of file pch.h.

◆ _NOCSECT_TYPE

#define _NOCSECT_TYPE

Definition at line 64 of file pch.h.

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES

Definition at line 19 of file pch.h.

◆ CDECL

#define CDECL   __cdecl

Definition at line 45 of file pch.h.

◆ FLOATOBJ_GetFloat

#define FLOATOBJ_GetFloat (   pf)    (*(pf))

Definition at line 88 of file pch.h.

◆ InterlockedDecrementUL

#define InterlockedDecrementUL (   Value)    (ULONG)InterlockedDecrement((PLONG)(Value))

Definition at line 115 of file pch.h.

◆ InterlockedIncrementUL

#define InterlockedIncrementUL (   Value)    (ULONG)InterlockedIncrement((PLONG)(Value))

Definition at line 114 of file pch.h.

◆ LPCRECT

Definition at line 51 of file pch.h.

◆ LPPOINT

Definition at line 53 of file pch.h.

◆ LPRECT

Definition at line 50 of file pch.h.

◆ MAKEINTATOM

#define MAKEINTATOM (   i)    (LPWSTR)((ULONG_PTR)((WORD)(i)))

Definition at line 36 of file pch.h.

◆ NTDDI_VERSION

#define NTDDI_VERSION   NTDDI_WS03SP1

Definition at line 25 of file pch.h.

◆ OEMRESOURCE

#define OEMRESOURCE

Definition at line 60 of file pch.h.

◆ POINT

Definition at line 52 of file pch.h.

◆ PPOINT

Definition at line 54 of file pch.h.

◆ PRECT

Definition at line 49 of file pch.h.

◆ RECT

#define RECT   RECTL

Definition at line 48 of file pch.h.

◆ STARTF_USEPOSITION

#define STARTF_USEPOSITION   4

Definition at line 40 of file pch.h.

◆ STARTF_USESHOWWINDOW

#define STARTF_USESHOWWINDOW   1

Definition at line 38 of file pch.h.

◆ STARTF_USESIZE

#define STARTF_USESIZE   2

Definition at line 39 of file pch.h.

◆ STRICT

#define STRICT

Definition at line 15 of file pch.h.

◆ WINBASEAPI

#define WINBASEAPI

Definition at line 37 of file pch.h.

Typedef Documentation

◆ LPSECURITY_ATTRIBUTES

Definition at line 35 of file pch.h.

◆ SECURITY_ATTRIBUTES

Definition at line 35 of file pch.h.