mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:43:08 +00:00
- Start rosapps rearrange and cleanup process.
svn path=/trunk/; revision=34303
This commit is contained in:
parent
0a0a13a41c
commit
2012315e5a
1206 changed files with 81 additions and 81 deletions
50
rosapps/applications/sysutils/regexpl/ph.h
Normal file
50
rosapps/applications/sysutils/regexpl/ph.h
Normal file
|
@ -0,0 +1,50 @@
|
|||
/* $Id$ */
|
||||
|
||||
// ph.h : include file for standard system include files,
|
||||
// or project specific include files that are used frequently, but
|
||||
// are changed infrequently
|
||||
// it is used to generate precompiled header file, if supported.
|
||||
|
||||
#if !defined(PH_H__FEF419E3_6EB6_11D3_907D_204C4F4F5020__INCLUDED_)
|
||||
#define PH_H__FEF419E3_6EB6_11D3_907D_204C4F4F5020__INCLUDED_
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
||||
|
||||
// comment next two lines to compile ANSI version
|
||||
//#define UNICODE
|
||||
//#define _UNICODE
|
||||
|
||||
#ifdef DBG
|
||||
#define _DEBUG
|
||||
#endif
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <windef.h>
|
||||
#include <wincon.h>
|
||||
#include <winbase.h>
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
#include <winreg.h>
|
||||
|
||||
#include <assert.h>
|
||||
#define ASSERT assert
|
||||
#ifdef _DEBUG
|
||||
#define VERIFY ASSERT
|
||||
#else
|
||||
#define VERIFY(e) (e)
|
||||
#endif
|
||||
|
||||
#include <conio.h>
|
||||
#include <limits.h>
|
||||
#include <tchar.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
|
||||
// INHERITED_ACE is from windows 2000
|
||||
#ifndef INHERITED_ACE
|
||||
#define INHERITED_ACE (0x10)
|
||||
#endif
|
||||
|
||||
#endif // !defined(PH_H__FEF419E3_6EB6_11D3_907D_204C4F4F5020__INCLUDED_)
|
Loading…
Add table
Add a link
Reference in a new issue