Skip to content
Snippets Groups Projects
Commit b0401132 authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Removed the wrong endif by mistake

parent a33bb70a
No related branches found
No related tags found
No related merge requests found
...@@ -143,11 +143,11 @@ int main(int argc, char **argv) ...@@ -143,11 +143,11 @@ int main(int argc, char **argv)
&& !InitBugTrap() && !InitBugTrap()
#endif #endif
) )
#endif
{ {
LoadLibraryA("exchndl.dll"); LoadLibraryA("exchndl.dll");
} }
} }
#endif
prevExceptionFilter = SetUnhandledExceptionFilter(RecordExceptionInfo); prevExceptionFilter = SetUnhandledExceptionFilter(RecordExceptionInfo);
MakeCodeWritable(); MakeCodeWritable();
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment