Last change
on this file since 937 was
79,
checked in by roman, 10 years ago
|
|
-
Property svn:keywords set to
Id
|
File size:
471 bytes
|
Rev | Line | |
---|
[79] | 1 | //////////////////////////////////////////////////////////// |
---|
| 2 | // Copyright (C) Roman Ryltsov, 2008-2012 |
---|
| 3 | // Created by Roman Ryltsov roman@alax.info |
---|
| 4 | // |
---|
| 5 | // $Id: dllmain.cpp 79 2012-07-30 16:20:06Z roman $ |
---|
| 6 | |
---|
| 7 | #include "stdafx.h" |
---|
| 8 | #include "resource.h" |
---|
| 9 | #include "VbsEvents_i.h" |
---|
| 10 | #include "dllmain.h" |
---|
| 11 | |
---|
| 12 | CVbsEventsModule _AtlModule; |
---|
| 13 | |
---|
| 14 | // DLL Entry Point |
---|
| 15 | extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) |
---|
| 16 | { |
---|
| 17 | hInstance; |
---|
| 18 | return _AtlModule.DllMain(dwReason, lpReserved); |
---|
| 19 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.