[ADVAPI32_WINETEST]
[reactos.git] / rosapps / applications / sysutils / regexpl / ph.h
1 /* $Id$ */
2
3 // ph.h : include file for standard system include files,
4 // or project specific include files that are used frequently, but
5 // are changed infrequently
6 // it is used to generate precompiled header file, if supported.
7
8 #if !defined(PH_H__FEF419E3_6EB6_11D3_907D_204C4F4F5020__INCLUDED_)
9 #define PH_H__FEF419E3_6EB6_11D3_907D_204C4F4F5020__INCLUDED_
10
11 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
12
13 // comment next two lines to compile ANSI version
14 //#define UNICODE
15 //#define _UNICODE
16
17 #if DBG
18 #define _DEBUG
19 #endif
20
21 #include <stdarg.h>
22
23 #include <windef.h>
24 #include <wincon.h>
25 #include <winbase.h>
26 #include <wingdi.h>
27 #include <winuser.h>
28 #include <winreg.h>
29
30 #include <cassert>
31 #define ASSERT assert
32 #ifdef _DEBUG
33 #define VERIFY ASSERT
34 #else
35 #define VERIFY(e) (e)
36 #endif
37
38 #include <conio.h>
39 #include <climits>
40 #include <tchar.h>
41 #include <cstdio>
42 #include <cstdlib>
43 #include <ctype.h>
44 #include <new>
45
46 // INHERITED_ACE is from windows 2000
47 #ifndef INHERITED_ACE
48 #define INHERITED_ACE (0x10)
49 #endif
50
51 #endif // !defined(PH_H__FEF419E3_6EB6_11D3_907D_204C4F4F5020__INCLUDED_)