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

📄 xy_atl.h

📁 本程序是电脑报推荐软件,是首款加密无痕迹软件,操作简便,加密后无提示,将最大限度的保护你的隐私! 这是一款由王者科技开发的专业的加密解密软件
💻 H
字号:
//$$---- ATL unit HDR ---- (stATLUnitHdr)
//---------------------------------------------------------------------------


#ifndef XY_ATLH
#define XY_ATLH

// Check if we're using ATLVCL
//
#if defined(USING_ATLVCL)

// To get declaration of _Module
//
#include <atl\atlvcl.h>

#elif defined(USING_ATL)

// Light-weight ATL support
//

#include <utilcls.h>	// _ASSERTE
#include <atlbase.h>

// NOTE: You may derive a class from TComModule and use it as your server's
//       module object. (i.e. Assign an instance of that class to _Module).
//       However, you must *NOT* change the name _Module.
//
extern CComModule &_Module;

#include <atlcom.h>
#include <shellapi.h>

#endif


#endif	// Project1_ATLH

⌨️ 快捷键说明

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