Alphabetical Class Index   File Members   Compound Members   File List  

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