Definition at line 499 of file mainVidSet.cpp. References Impala::Application::VidSet::mainVidSet(). 00500 { 00501 00502 #ifdef NO_DIALOGONCRASH 00503 #ifdef WIN32 00504 DWORD oldMode = ::SetErrorMode(SEM_NOGPFAULTERRORBOX); 00505 ::SetErrorMode(oldMode | SEM_NOGPFAULTERRORBOX); 00506 #endif 00507 #endif 00508 00509 int result = Impala::Application::VidSet::mainVidSet(argc, argv); 00510 return result; 00511 }
Here is the call graph for this function: ![]()
|