📄 stdafx.h
字号:
#pragma once
#ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later.
#define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
#endif
// dup definitions
#pragma warning(disable: 4005)
#include <stdio.h>
#include <tchar.h>
#include "ntstatus.h"
#include "windows.h"
#include "new"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -