Rev | Line | |
---|
[95] | 1 | //////////////////////////////////////////////////////////// |
---|
| 2 | // Copyright (C) Roman Ryltsov, 2008-2011 |
---|
| 3 | // Created by Roman Ryltsov roman@alax.info |
---|
| 4 | // |
---|
| 5 | // $Id: dllmain.cpp 95 2012-08-17 17:21:13Z roman $ |
---|
| 6 | |
---|
| 7 | #include "stdafx.h" |
---|
| 8 | #include "resource.h" |
---|
| 9 | #include "DirectShowSpy_i.h" |
---|
| 10 | #include "dllmain.h" |
---|
| 11 | |
---|
| 12 | //////////////////////////////////////////////////////////// |
---|
| 13 | // Main |
---|
| 14 | |
---|
| 15 | CDirectShowSpyModule _AtlModule; |
---|
| 16 | |
---|
| 17 | extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD nReason, VOID* pvReserved) |
---|
| 18 | { |
---|
| 19 | hInstance; |
---|
| 20 | return _AtlModule.DllMain(nReason, pvReserved); |
---|
| 21 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.