STDAFX.H
上传用户:alisonmail
上传日期:2013-02-28
资源大小:500k
文件大小:1k
- #if !defined(STDAFX_H__9AB61CE6_47C5_11D0_B717_00C0A83735D8__INCLUDED_)
- #define STDAFX_H__9AB61CE6_47C5_11D0_B717_00C0A83735D8__INCLUDED_
- // stdafx.h : include file for standard system include files,
- // or project specific include files that are used frequently, but
- // are changed infrequently
- //
- #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
- #include <afxwin.h> // MFC core and standard components
- #include <afxext.h> // MFC extensions
- #ifndef _AFX_NO_AFXCMN_SUPPORT
- #include <afxcmn.h> // MFC support for Windows Common Controls
- #endif // _AFX_NO_AFXCMN_SUPPORT
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(STDAFX_H__9AB61CE6_47C5_11D0_B717_00C0A83735D8__INCLUDED)