stdafx.h

来自「在evc上开发的例子程序」· C头文件 代码 · 共 14 行

H
14
字号

#define VC_EXTRALEAN		
#include <afxwin.h>         
#include <afxext.h>         

#if defined(_WIN32_WCE) && (_WIN32_WCE >= 211) && (_AFXDLL)
#include <afxdtctl.h>		
#endif

#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h>			
#endif 

⌨️ 快捷键说明

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