Remove duplicate

This commit is contained in:
Chocobo1 2015-07-11 15:35:10 +08:00
parent b5486fb6ce
commit e8a02b85b8
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ EXPORT int main(int argc, char const* argv[])
#ifdef WIN32
// try to suppress hanging the process by windows displaying
// modal dialogs.
SetErrorMode(SEM_NOALIGNMENTFAULTEXCEPT | SEM_NOALIGNMENTFAULTEXCEPT
SetErrorMode( SEM_NOALIGNMENTFAULTEXCEPT
| SEM_NOGPFAULTERRORBOX | SEM_NOOPENFILEERRORBOX);
#endif