source: trunk/Utilities/UaMobileTools/dllmain.cpp @ 937

Last change on this file since 937 was 184, checked in by roman, 11 years ago

Update to follow website changes

  • Property svn:keywords set to Id
File size: 515 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2013
3// Created by Roman Ryltsov roman@alax.info
4
5#include "stdafx.h"
6#include "resource.h"
7#include "UaMobileTools_i.h"
8#include "dllmain.h"
9
10////////////////////////////////////////////////////////////
11// Main
12
13CUaMobileToolsModule _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.