OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
src
dll_main
ossimDllMain.cpp
Go to the documentation of this file.
1
// This is the main DLL file.
2
#include <windows.h>
3
4
extern
"C"
5
BOOL WINAPI
DllMain
(HINSTANCE hInstance,
/* handle to DLL module */
6
DWORD dwReason,
/* reason for calling function */
7
LPVOID lpReserved )
/* reserved */
8
{
9
/* Nothing to do here yet. */
10
return
TRUE
;
11
}
12
TRUE
#define TRUE
Definition:
linklist.h:20
DllMain
BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
Definition:
ossimDllMain.cpp:5
Generated on Fri Aug 3 2018 08:46:46 for OSSIM - Open Source Software Image Map by
1.8.14