stdafx.h
来自「The application wizard has created this 」· C头文件 代码 · 共 16 行
H
16 行
#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 + =
减小字号Ctrl + -
显示快捷键?