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

Last change on this file since 106 was 106, checked in by roman, 12 years ago
  • Property svn:keywords set to Id
File size: 529 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2012
3// Created by Roman Ryltsov roman@alax.info
4//
5// $Id: dllmain.cpp 106 2012-08-27 17:29:12Z roman $
6
7#include "stdafx.h"
8#include "resource.h"
9#include "UaMobileTools_i.h"
10#include "dllmain.h"
11
12////////////////////////////////////////////////////////////
13// Main
14
15CUaMobileToolsModule _AtlModule;
16
17extern "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.