From: John L. <jr...@us...> - 2006-06-09 22:52:04
|
Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16561/wxLua/bindings/wxwidgets Modified Files: defsutil.i Log Message: cleanup output fix use of wxUSE_FATAL_EXCEPTIONS Index: defsutil.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/defsutil.i,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** defsutil.i 26 May 2006 03:19:51 -0000 1.25 --- defsutil.i 9 Jun 2006 22:51:30 -0000 1.26 *************** *** 16,20 **** // Application initialization and termination ! %function bool wxHandleFatalExceptions(bool doIt = true) %function void wxInitAllImageHandlers() %function bool wxSafeYield(wxWindow* win = NULL, bool onlyIfNeeded = false) --- 16,23 ---- // Application initialization and termination ! %if wxUSE_ON_FATAL_EXCEPTION ! %function bool wxHandleFatalExceptions(bool doIt = true) ! %endif // wxUSE_ON_FATAL_EXCEPTION ! %function void wxInitAllImageHandlers() %function bool wxSafeYield(wxWindow* win = NULL, bool onlyIfNeeded = false) |