⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdafx.h

📁 一个完整的IE插件的程序的源代码(有些参考价值)
💻 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 + -