blob: d79ecdb2b4285c2100a348eb4bf9620056ce1374 (
plain)
| 1
2
3
4
5
6
7
8
9
10
 | 
#include "stdafx.h"
/////////////////////////////////////////////////////////////////////////////////////////
BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD reason, LPVOID reserved)
{
  mdbx_dll_callback(hInstDLL, reason, reserved);
  return TRUE;
}
 |