stdafx.h

来自「VC开发工具使用技巧源代码_CodeTmplExSrc。」· C头文件 代码 · 共 30 行

H
30
字号
#if !defined(AFX_STDAFX_H__9EDADF66_C069_11D1_A446_0000E8D2CD0A__INCLUDED_)
#define AFX_STDAFX_H__9EDADF66_C069_11D1_A446_0000E8D2CD0A__INCLUDED_

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

#define STRICT

#define _WIN32_WINNT 0x0400
#define _ATL_APARTMENT_THREADED

#include <atlbase.h>

extern CComModule _Module;
#include <atlcom.h>
#include <ObjModel\addauto.h>
#include <ObjModel\appdefs.h>
#include <ObjModel\appauto.h>
#include <ObjModel\blddefs.h>
#include <ObjModel\bldauto.h>
#include <ObjModel\textdefs.h>
#include <ObjModel\textauto.h>
#include <ObjModel\dbgdefs.h>
#include <ObjModel\dbgauto.h>

//{{AFX_INSERT_LOCATION}}

#endif // !defined(AFX_STDAFX_H__9EDADF66_C069_11D1_A446_0000E8D2CD0A__INCLUDED)

⌨️ 快捷键说明

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