Alphabetical Class Index   File Members   Compound Members   File List  

StdAfx.h

00001 //
00002 // Copyright (c) 2000 by Tech Soft 3D, LLC.
00003 // The information contained herein is confidential and proprietary to
00004 // Tech Soft 3D, LLC., and considered a trade secret as defined under
00005 // civil and criminal statutes.  Tech Soft 3D shall pursue its civil
00006 // and criminal remedies in the event of unauthorized use or misappropriation
00007 // of its trade secrets.  Use of this information by anyone other than
00008 // authorized employees of Tech Soft 3D, LLC. is granted only under a
00009 // written non-disclosure agreement, expressly prescribing the scope and
00010 // manner of such use.
00011 //
00012 // $Id: 0060359a12d8ca319d1fa4d1a7f4d048d1d541c5 $
00013 //
00014 
00015 // stdafx.h : include file for standard system include files,
00016 //  or project specific include files that are used frequently, but
00017 //      are changed infrequently
00018 //
00019 
00020 #define WINVER 0x0501 
00021 
00022 #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
00023 
00024 #include <afxwin.h>         // MFC core and standard components
00025 #include <afxext.h>         // MFC extensions
00026 #ifndef _AFX_NO_AFXCMN_SUPPORT
00027 #include <afxcmn.h>         // MFC support for Windows Common Controls
00028 #endif // _AFX_NO_AFXCMN_SUPPORT
00029 
00030 
00031 
00032