📄 resorgexpiry.h
字号:
// File: ResOrgExpiry.h
#ifndef __ResOrgExpiry_H__
#define __ResOrgExpiry_H__
// Define the symbols below to give this build an expiry date
// for the .NET and VC 5/6 versions of ResOrg
//
// The symbol should be of the form: year, month, day
//
#if _MSC_VER >= 1300
//#define _RESORG_EXPIRY_DATE 2004, 12, 31
#else
//#define _RESORG_EXPIRY_DATE 2004, 12, 31
#endif
#endif //!__ResOrgExpiry_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -