stdafx.h

来自「7z一个高压缩比的压缩程序源代码,重要的是里面的算法值得学习」· C头文件 代码 · 共 24 行

H
24
字号
// stdafx.h

#ifndef __STDAFX_H
#define __STDAFX_H

#define _WIN32_WINNT 0x0400

// it's for Windows NT supporting (MENUITEMINFOW)
#define WINVER 0x0400

#include <windows.h>
#include <stdio.h>
#include <commctrl.h>
#include <ShlObj.h>
#include <limits.h>
#include <tchar.h>
#include <shlwapi.h>

// #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers

#include "Common/NewHandler.h"

#endif

⌨️ 快捷键说明

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