platdetect.h
来自「DBVIEW is a small Windows application th」· C头文件 代码 · 共 17 行
H
17 行
#define PLAT_OTHER -1 //unknown platform type
#define PLAT_PPC 0 //PPC
#define PLAT_HPC 1 //HPC
#define PLAT_HPCPRO 2 //HPC PRO
#define PLAT_APC 3 //AUTO PC
//assumed height and width of HPC PRO, 640 X 480
#define HPCPRO_HEIGHT 480
#define HPCPRO_WIDTH 640
//height of Auto PC screen
#define APC_HEIGHT 16
int GuessPlatform();
//-------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?