/****************************************************************************** Source File: StdAfx.H This is a standard MFC file. It includes everything we want to have pre-compiled through StdAfx.CPP. Hence items being worked on never belong here. Copyright (c) 1997 by Microsoft Corporation. All Rights Reserved. A Pretty Penny Enterprises Production Change History: 03-03-1997 Bob_Kjelgaard@Prodigy.Net Created it when I re-orged the project. ******************************************************************************/ #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #include // MFC core and standard components #include // MFC extensions #include // MFC support for Windows Common Controls #include // MFC Support for rich edit controls and views #ifndef _AFX_NO_OLE_SUPPORT #include // MFC OLE classes #include // MFC OLE dialog classes #include // MFC OLE automation classes #endif // _AFX_NO_OLE_SUPPORT #ifndef _AFX_NO_DB_SUPPORT #include // MFC ODBC database classes #endif // _AFX_NO_DB_SUPPORT #ifndef _AFX_NO_DAO_SUPPORT #include // MFC DAO database classes #endif // _AFX_NO_DAO_SUPPORT #include // Identifies this program in other include files. First use is in DEBUG.H. #define __MDT__ 1