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: Pierre d'Herbemont <pdherbemont@free.fr>
Showing
Please register or sign in to comment