OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimDllMain.cpp File Reference
#include <windows.h>

Go to the source code of this file.

Functions

BOOL WINAPI DllMain (HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
 

Function Documentation

◆ DllMain()

BOOL WINAPI DllMain ( HINSTANCE  hInstance,
DWORD  dwReason,
LPVOID  lpReserved 
)

Definition at line 5 of file ossimDllMain.cpp.

References TRUE.

8 {
9  /* Nothing to do here yet. */
10  return TRUE;
11 }