Definition at line 3368 of file mainRepository.cpp. References Impala::Application::Repository::mainRepository(). 03369 { 03370 03371 #ifdef NO_DIALOGONCRASH 03372 #ifdef WIN32 03373 DWORD oldMode = ::SetErrorMode(SEM_NOGPFAULTERRORBOX); 03374 ::SetErrorMode(oldMode | SEM_NOGPFAULTERRORBOX); 03375 #endif 03376 #endif 03377 03378 return Impala::Application::Repository::mainRepository(argc, argv); 03379 }
Here is the call graph for this function: ![]()
|