Skip to content
Snippets Groups Projects
Commit af97f24d authored by Brian Weaver's avatar Brian Weaver Committed by Pierre
Browse files

Modified the main OS X interface module to remove the use of setjmp() and...

Modified the main OS X interface module to remove the use of setjmp() and longjmp(). The MainMenu.nib file was modified to invoke the stop selector instead of the terminate selector on the NSApp object. This allows the OS X framework to return from the call [NSApp run] instead of using setjmp()/longjmp() in a managed framework.

Signed-off-by: default avatarPierre d'Herbemont <pdherbemont@free.fr>
parent be8909be
No related branches found
No related tags found
No related merge requests found
Loading
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