stdafx.h

来自「Visual_C++.NET精彩案例237.rar」· C头文件 代码 · 共 31 行

H
31
字号
// stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 项目特定的包含文件
#if !defined(AFX_STDAFX_H__0F8FD0E6_1B86_41E5_93AE_773EFCE5A471__INCLUDED_)
#define AFX_STDAFX_H__0F8FD0E6_1B86_41E5_93AE_773EFCE5A471__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define VC_EXTRALEAN		// 从 Windows 标头中排除不常使用的资料

#include <afxwin.h>         // MFC 核心和标准组件
#include <afxext.h>         // MFC 扩展
#include <afxdisp.h>        // MFC 自动化类

#include <afxdtctl.h>		// Internet Explorer 4 公共控件的 MFC 支持
#include <winsock.h>
#include <afxsock.h>


#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h>			// Windows 公共控件的 MFC 支持
#endif // _AFX_NO_AFXCMN_SUPPORT


//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STDAFX_H__0F8FD0E6_1B86_41E5_93AE_773EFCE5A471__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?