EgtNumKernel 1.6l4 :
- aggiunta gestione ShortestPath.
This commit is contained in:
@@ -50,6 +50,11 @@ DllMain( HMODULE hModule, DWORD dwReason, LPVOID lpReserved)
|
||||
// if ( IsDbgPresent)
|
||||
// return 0 ;
|
||||
//#endif
|
||||
// se debug, imposto stampe memory leaks all'uscita
|
||||
#if defined ( _DEBUG)
|
||||
_CrtSetDbgFlag( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF) ;
|
||||
#endif
|
||||
// eseguo
|
||||
s_hModule = hModule ;
|
||||
EGT_TRACE( "EgtNumKernel.dll Initializing!\n") ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user