pch.h
来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· C头文件 代码 · 共 14 行
H
14 行
//
// Windows CE Software Graphics Library
// pch.h
//
// Copyright (c) 2000 Microsoft Corporation. All rights reserved.
//
// This is the special "pre-compiled header" header. Everything that is
// included in this file is added to the pch. These should be stable,
// system headers.
#pragma once
#include <windows.h>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?