Alphabetical Class Index   File Members   Compound Members   File List  

StdAfx.h
1 //
2 // Copyright (c) 2000 by Tech Soft 3D, LLC.
3 // The information contained herein is confidential and proprietary to
4 // Tech Soft 3D, LLC., and considered a trade secret as defined under
5 // civil and criminal statutes. Tech Soft 3D shall pursue its civil
6 // and criminal remedies in the event of unauthorized use or misappropriation
7 // of its trade secrets. Use of this information by anyone other than
8 // authorized employees of Tech Soft 3D, LLC. is granted only under a
9 // written non-disclosure agreement, expressly prescribing the scope and
10 // manner of such use.
11 //
12 // $Id: 0060359a12d8ca319d1fa4d1a7f4d048d1d541c5 $
13 //
14 
15 // stdafx.h : include file for standard system include files,
16 // or project specific include files that are used frequently, but
17 // are changed infrequently
18 //
19 
20 #define WINVER 0x0501
21 
22 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
23 
24 #include <afxwin.h> // MFC core and standard components
25 #include <afxext.h> // MFC extensions
26 #ifndef _AFX_NO_AFXCMN_SUPPORT
27 #include <afxcmn.h> // MFC support for Windows Common Controls
28 #endif // _AFX_NO_AFXCMN_SUPPORT
29 
30 
31 
32