11 lines
287 B
C++
11 lines
287 B
C++
// dllmain.h : 模块类的声明。
|
|
|
|
class CMobsetWebModule : public ATL::CAtlDllModuleT< CMobsetWebModule >
|
|
{
|
|
public :
|
|
DECLARE_LIBID(LIBID_MobsetWebLib)
|
|
DECLARE_REGISTRY_APPID_RESOURCEID(IDR_MOBSETWEB, "{5404DFF5-7C6C-424E-9ADE-1C5B775C22D7}")
|
|
};
|
|
|
|
extern class CMobsetWebModule _AtlModule;
|