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