source: trunk/Utilities/MaxMindGeoLite/dllmain.cpp @ 939

Last change on this file since 939 was 47, checked in by roman, 12 years ago
  • Property svn:keywords set to Id
File size: 531 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2012
3// Created by Roman Ryltsov roman@alax.info
4//
5// $Id: dllmain.cpp 47 2012-02-11 13:53:43Z roman $
6
7#include "stdafx.h"
8#include "resource.h"
9#include "MaxMindGeoLite_i.h"
10#include "dllmain.h"
11
12////////////////////////////////////////////////////////////
13// Main
14
15CMaxMindGeoLiteModule _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.