2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
6 ///////////////////////////////////////////////////////////////////////////////
7 // $Header: r:/t2repos/thief2/src/pch.h,v 1.2 2000/02/21 12:14:42 toml Exp $
10 #ifndef INCLUDED_PCH_H
11 #define INCLUDED_PCH_H
15 #if defined(__cplusplus) && !defined(NO_PCH)
19 #pragma warning (disable:4786)
20 #pragma warning (disable:4200)
21 #pragma warning (disable:4042)
22 #pragma warning (disable:4390)
23 #pragma warning (disable:4005)
25 #define WIN32_LEAN_AND_MEAN
95 #endif /*__cplusplus */
96 #endif /* !INCLUDED_PCH_H */