source: trunk/DirectShowSpy/dllmain.cpp @ 215

Last change on this file since 215 was 196, checked in by roman, 11 years ago

Cosmetic fixes, new .BAT names, UnregisterTreatAsClasses? export to force removal of TreatAs? keys

  • Property svn:keywords set to Id
File size: 515 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2011
3// Created by Roman Ryltsov roman@alax.info
4
5#include "stdafx.h"
6#include "resource.h"
7#include "DirectShowSpy_i.h"
8#include "dllmain.h"
9
10////////////////////////////////////////////////////////////
11// Main
12
13CDirectShowSpyModule _AtlModule;
14
15extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD nReason, VOID* pvReserved)
16{
17        hInstance;
18        return _AtlModule.DllMain(nReason, pvReserved); 
19}
Note: See TracBrowser for help on using the repository browser.