stdafx.h

来自「CD刻录,含有源代码,好东西大家分享哈.互相交流学习.」· C头文件 代码 · 共 15 行

H
15
字号
// stdafx.h : include file for standard system include files,
//  or project specific include files that are used frequently, but
//      are changed infrequently
//

#pragma once
#define VC_EXTRALEAN		// Exclude rarely-used stuff from Windows headers
#include <windows.h>		// windows core
#include <atlbase.h>		// for CComQIPtr etc.
#include <atlstr.h>		// ..for CString
#include <ShlObj.h>		// shell objects like ICDBurn
#include <imapi.h>		// IMAPI interfaces..
#include <imapierror.h>	// ..and error codes

⌨️ 快捷键说明

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