stdafx.h
来自「一个用BCB写的壳!」· C头文件 代码 · 共 16 行
H
16 行
#ifndef _STDAFX
#define _STDAFX
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif /* WIN32_LEAN_AND_MEAN */
#include <windows.h>
#include <imagehlp.h>
#include <list>
#include <ctime>
#include <cstdio>
#include <cstring>
#include <string>
#endif /* _STDAFX */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?