📄 typelib.rh
字号:
#define TOSTRING_(X) #X
#define TOSTRING(X) TOSTRING_(X)
LANGUAGE 0, 0
#ifndef TYPELIB_PATH__
#error TYPELIB_PATH__ not defined
#endif
#ifndef TYPELIB_RESOURCEID__
#error TYPELIB_RESOURCEID__ not defined
#endif
/*
NOTE:
TYPELIB_PATH__ is defined on the command line (-D TYPELIB_PATH__=<path>)
TYPELIB_RESOURCEID__ is defined before this file is included
*/
TYPELIB_RESOURCEID__ TYPELIB TOSTRING(TYPELIB_PATH__)
// EOF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -