⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resorgexpiry.h

📁 ResOrg 图形化管理Vc项目的资源ID的工具的源代码。 ResOrg - Manage and Renumber Resource Symbol IDs Introduction The
💻 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 + -