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
2 merge requests!252OpenGL: Public flatsprite: The Fixening,!211Makefile ports tweaks cleanup etc
...@@ -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.
Finish editing this message first!
Please register or to comment