stdafx.h

来自「免费压缩软件7zip的源码」· C头文件 代码 · 共 41 行

H
41
字号
// StdAfx.h

#ifndef __STDAFX_H
#define __STDAFX_H

#define _WIN32_WINNT 0x0400
// it's hack for Windows NT supporting 
#define WINVER 0x0400

// #define _WIN32_IE 0x0500
#include <windows.h>
#include <CommCtrl.h>
#include <shlobj.h>
#include <tchar.h>

#include <stddef.h>
#include <string.h>
#include <mbstring.h>
#include <wchar.h>

#define _ATL_APARTMENT_THREADED

#define _ATL_NO_UUIDOF

#include <atlbase.h>

extern CComModule _Module;

#include <atlcom.h>
#include <shlguid.h>
#include <regstr.h>


#undef _MT

#include <vector>

#define _MT

#endif 

⌨️ 快捷键说明

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