Last change
on this file since 937 was
88,
checked in by roman, 11 years ago
|
|
-
Property svn:keywords set to
Id
|
File size:
440 bytes
|
Line | |
---|
1 | //////////////////////////////////////////////////////////// |
---|
2 | // Copyright (C) Roman Ryltsov, 2008-2012 |
---|
3 | // Created by Roman Ryltsov roman@alax.info |
---|
4 | // |
---|
5 | // $Id: dllmain.h 88 2012-08-11 11:44:30Z roman $ |
---|
6 | |
---|
7 | class CVbsCallbackModule : |
---|
8 | public ATL::CAtlDllModuleT<CVbsCallbackModule> |
---|
9 | { |
---|
10 | public: |
---|
11 | |
---|
12 | DECLARE_LIBID(LIBID_AlaxInfoVbsCallback) |
---|
13 | DECLARE_REGISTRY_APPID_RESOURCEID(IDR_MODULE, "{C1C6CD9F-B226-4BE2-9650-70939FD17AAF}") |
---|
14 | }; |
---|
15 | |
---|
16 | extern class CVbsCallbackModule _AtlModule; |
---|
Note: See
TracBrowser
for help on using the repository browser.