📄 platform.h
字号:
#ifndef PLATFORM_H#define PLATFORM_H/* * * There are platform dependent and general defines. * *//* * * On Windows platforms the types are: * */typedef unsigned char BYTE;typedef signed char TSS_BOOL; // Make specific to TSS to avoid potential conflictstypedef unsigned short UINT16;typedef unsigned int UINT32;typedef unsigned short UNICODE;typedef void* PVOID;#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -