OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
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 
BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
Definition: ossimDllMain.cpp:5