fix8
version 1.4.0
Open Source C++ FIX Framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dllmain.cpp
Go to the documentation of this file.
1
// dllmain.cpp : Defines the entry point for the DLL application.
2
#include "
precomp.hpp
"
3
#ifdef _MSC_VER
4
#include <
fix8/f8config.h
>
5
6
BOOL APIENTRY DllMain( HMODULE hModule,
7
DWORD ul_reason_for_call,
8
LPVOID lpReserved
9
)
10
{
11
switch
(ul_reason_for_call)
12
{
13
case
DLL_PROCESS_ATTACH:
14
case
DLL_THREAD_ATTACH:
15
case
DLL_THREAD_DETACH:
16
case
DLL_PROCESS_DETACH:
17
break
;
18
}
19
return
TRUE;
20
}
21
#endif
22
f8config.h
precomp.hpp
fix8
documentation generated on Fri Sep 16 2016 11:53:03. Copyright © 2010-16,
The Fix8 Team.
All rights reserved.