dlprinterportioxcontrol_atl.h

来自「自制多功能编程器」· C头文件 代码 · 共 35 行

H
35
字号
//---------------------------------------------------------------------------
#ifndef DLPrinterPortIOXControl_ATLH
#define DLPrinterPortIOXControl_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>
#include <atlctl.h>

#endif


#endif	// DLPrinterPortIOXControl1_ATLH

⌨️ 快捷键说明

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