stdafx.h
来自「wince下的串口列举工具,可以用于判断哪些串口可用,包括虚拟串口.」· C头文件 代码 · 共 25 行
H
25 行
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
// Change this value to use different versions
#define WINVER 0x0420
#include <atlbase.h>
#define _WTL_USE_CSTRING
#include <atlapp.h>
extern CAppModule _Module;
#include <atlwin.h>
#include <atlcoll.h>
#if _WIN32_WCE >= 0x420
#include <tpcshell.h>
#endif
#include <aygshell.h>
#pragma comment(lib, "aygshell.lib")
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?