Last change
on this file was
793,
checked in by roman, 5 years ago
|
|
-
Property svn:mime-type set to
application/octet-stream
|
File size:
692 bytes
|
Line | |
---|
1 | // dllmain.cpp : Implementation of DllMain. |
---|
2 | |
---|
3 | #include "stdafx.h" |
---|
4 | #include "resource.h" |
---|
5 | #include "Server_i.h" |
---|
6 | #include "dllmain.h" |
---|
7 | |
---|
8 | CServerModule _AtlModule; |
---|
9 | |
---|
10 | // DLL Entry Point |
---|
11 | extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) |
---|
12 | { |
---|
13 | hInstance; |
---|
14 | return _AtlModule.DllMain(dwReason, lpReserved); |
---|
15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.