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

📄 bxfiledialog_dlldefs.h

📁 ResOrg 图形化管理Vc项目的资源ID的工具的源代码。 ResOrg - Manage and Renumber Resource Symbol IDs Introduction The
💻 H
字号:
// File: BXFileDialog_DllDefs.h

#ifndef	__BXFileDialog_DllDefs_H__
#define	__BXFileDialog_DllDefs_H__

#ifndef	BXFILEDLG_EXT_CLASS
	#ifdef BXFILEDLG_BUILD_DLL
		#define	BXFILEDLG_EXT_CLASS		AFX_CLASS_EXPORT
		#define	BXFILEDLG_EXT_API		AFX_API_EXPORT
		#define	BXFILEDLG_EXT_DATA		AFX_DATA_EXPORT
	#else
		#define	BXFILEDLG_EXT_CLASS		AFX_CLASS_IMPORT
		#define	BXFILEDLG_EXT_API		AFX_API_IMPORT
		#define	BXFILEDLG_EXT_DATA		AFX_DATA_IMPORT
	#endif
#endif

// Call to initialise the library if using it from a regular DLL
//BXFILEDLG_EXT_API	void WINAPI InitBXFileDialogDll(void);


#endif	//!__BXFileDialog_DllDefs_H__

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -