stdafx.h

来自「创建巨型文件的参考源代码」· C头文件 代码 · 共 16 行

H
16
字号
#if !defined(AFX_STDAFX_H__41337F18_F8D2_4C22_9925_BB84329000E0__INCLUDED_)
#define AFX_STDAFX_H__41337F18_F8D2_4C22_9925_BB84329000E0__INCLUDED_

#pragma once

#define VC_EXTRALEAN		// Exclude rarely-used stuff from Windows headers

#include <afxwin.h>         // MFC core and standard components
#include <afxext.h>         // MFC extensions
//#include <afxdtctl.h>		// MFC support for Internet Explorer 4 Common Controls

#include <afxcmn.h>			// MFC support for Windows Common Controls

#pragma warning(disable:4100)
#endif // !defined(AFX_STDAFX_H__41337F18_F8D2_4C22_9925_BB84329000E0__INCLUDED_)

⌨️ 快捷键说明

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