// stdafx.h : include file for standard system, // reference number, and rarely changes // Write the project specific include files. // #define _CRT_SECURE_NO_DEPRECATE #if !defined(AFX_STDAFX_H__9139BF92_2E61_4CBC_AB58_646DE772409F__INCLUDED_) #define AFX_STDAFX_H__9139BF92_2E61_4CBC_AB58_646DE772409F__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #define VC_EXTRALEAN // used to exclude most Windows stuff from the header. #include // MFC Core and standard components #include // MFC extension #include #include // MFC Automation Class #include // MFC Internet Explorer 4 Common control support #ifndef _AFX_NO_AFXCMN_SUPPORT #include // MFC Windows Common control support #endif // _AFX_NO_AFXCMN_SUPPORT #include #include #include "dxwnd.h" //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ Will insert additional declarations immediately before the previous line. #endif // !defined(AFX_STDAFX_H__9139BF92_2E61_4CBC_AB58_646DE772409F__INCLUDED_)