MobsetWeb/dllmain.h
2025-02-27 17:04:38 +08:00

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;