/*=========================================================================== * * File: Stdafx.H * Author: Dave Humphrey (uesp@m0use.net) * Created On: Saturday, June 23, 2001 * * Include file for standard system include files, or project specific * include files that are used frequently, but are changed infrequently * *=========================================================================*/ #ifndef __STDAFX_H #define __STDAFX_H /* Exclude rarely-used stuff from Windows headers */ #define VC_EXTRALEAN #include /* MFC core and standard components */ #include /* MFC extensions */ #include /* MFC support for Internet Explorer 4 Common Controls */ /* MFC support for Windows Common Controls */ #ifndef _AFX_NO_AFXCMN_SUPPORT #include #endif /* Common source code */ #include "common/dl_err.h" #include "common/dl_str.h" #include "common/dl_math.h" #include "common/dl_time.h" #include "common/dl_file.h" #include "common/dl_chr.h" //{{AFX_INSERT_LOCATION}} //}}AFX_INSERT_LOCATION #endif /*=========================================================================== * End of File Stdafx.H *=========================================================================*/