stdafx.h

来自「Sunplus DVD 字体文件查看修改工具,只针对Font_ori.c文件!使」· C头文件 代码 · 共 39 行

H
39
字号
//===================================================================================
//
//	模块:	MFC头文件
//
//	版本:	1.00
//
//	日期:	2005-04-14
//
//	作者:	施探宇
//
//	说明:	
//
//===================================================================================

#if !defined(AFX_STDAFX_H_INCLUDED_)
#define AFX_STDAFX_H_INCLUDED_

#if _MSC_VER > 1000
	#pragma once
#endif

#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

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

#include <afxdhtml.h>
#include <atlimage.h>

#endif

//	最多分配空间
#define MAX_MALLOC_SIZE			(128 * 128 + 3)

⌨️ 快捷键说明

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