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

Last change on this file since 937 was 124, checked in by roman, 12 years ago
  • Property svn:keywords set to Id
File size: 485 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2012
3// Created by Roman Ryltsov roman@alax.info
4//
5// $Id: dllmain.cpp 124 2012-09-15 12:27:26Z roman $
6
7#include "stdafx.h"
8#include "resource.h"
9#include "JsObjectDispatch_i.h"
10#include "dllmain.h"
11
12CJsObjectDispatchModule _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.