Removed the wrong endif by mistake

This commit is contained in:
Monster Iestyn 2017-09-16 20:59:35 +01:00
parent a33bb70a0c
commit b040113246
1 changed files with 1 additions and 1 deletions

View File

@ -143,11 +143,11 @@ int main(int argc, char **argv)
&& !InitBugTrap()
#endif
)
#endif
{
LoadLibraryA("exchndl.dll");
}
}
#endif
prevExceptionFilter = SetUnhandledExceptionFilter(RecordExceptionInfo);
MakeCodeWritable();
#endif