source: trunk/Utilities/Miscellaneous/ByteArrayVariant/Server/dllmain.cpp @ 96

Last change on this file since 96 was 96, checked in by roman, 12 years ago
  • Property svn:keywords set to Id
File size: 460 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2012
3// Created by Roman Ryltsov roman@alax.info
4//
5// $Id: dllmain.cpp 96 2012-08-17 18:50:16Z roman $
6
7#include "stdafx.h"
8#include "resource.h"
9#include "Server_i.h"
10#include "dllmain.h"
11
12CServerModule _AtlModule;
13
14// DLL Entry Point
15extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
16{
17        hInstance;
18        return _AtlModule.DllMain(dwReason, lpReserved); 
19}
Note: See TracBrowser for help on using the repository browser.