source: trunk/Utilities/JsFunctionDispatch/dllmain.h @ 937

Last change on this file since 937 was 405, checked in by roman, 9 years ago
File size: 459 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2015
3// Created by Roman Ryltsov roman@alax.info
4
5class CJsFunctionDispatchModule : public ATL::CAtlDllModuleT< CJsFunctionDispatchModule >
6{
7public :
8        DECLARE_LIBID(LIBID_JsFunctionDispatchLib)
9        DECLARE_REGISTRY_APPID_RESOURCEID(IDR_JSOBJECTDISPATCH, "{3A918D1E-5964-41E2-AA3F-82A589CB21DA}")
10};
11
12extern class CJsFunctionDispatchModule _AtlModule;
Note: See TracBrowser for help on using the repository browser.