// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__93DEB586_4A05_4C25_A28D_EEE796803E7A__INCLUDED_) #define AFX_STDAFX_H__93DEB586_4A05_4C25_A28D_EEE796803E7A__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Include these lines for allocation line numbers on memory leaks // But first get rid of the DE plugin and DLL // Did this ever work? It didn't on 4/22/20 with v90 or v140, partially on 1/30/21 /*#define _CRTDBG_MAP_ALLOC #include #include */ #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #include // MFC core and standard components #include // MFC extensions #include // MFC Automation classes #include // MFC support for Internet Explorer 4 Common Controls #ifndef _AFX_NO_AFXCMN_SUPPORT #include // MFC support for Windows Common Controls #endif // _AFX_NO_AFXCMN_SUPPORT #define DLL_IM_EX _declspec(dllexport) //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_STDAFX_H__93DEB586_4A05_4C25_A28D_EEE796803E7A__INCLUDED_) //#include