📄 stdafx.h
字号:
// stdafx.h
//
// @author christian oetterli
//
#ifndef __STDAFX_H__
#define __STDAFX_H__
#define STRICT
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0400
#endif
#define _ATL_APARTMENT_THREADED
#include <atlbase.h>
#include <shlobj.h>
#include <oleidl.h>
extern CComModule _Module;
#include <atlcom.h>
#include <atlctl.h>
#include <vector>
using namespace std;
#include "ATL_CString.h"
#include "comstuff.h"
#include "utility.h"
#include "reference_msxml3.h"
#include "extension_msxml3.h"
#include "reference_msscript.h"
#endif //__STDAFX_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -