📄 pch.h
字号:
//+---------------------------------------------------------------------------
//
// Microsoft Windows NT5.0
// Copyright (C) Microsoft Corporation, 1997.
//
// File: P C H . H
//
// Contents: Pre-compiled header file for sample OEM DLL code
//
// Notes:
//
// Author: kumarp 16-October-97
//
//----------------------------------------------------------------------------
#pragma once
// Turns off "string too long - truncated to 255 characters in the debug
// information, debugger cannot evaluate symbol."
//
#pragma warning (disable: 4786)
#include <windows.h>
#include <setupapi.h>
#include <stdio.h>
#include <tchar.h>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -