X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4431849b4f2097edf0e01c5d50bf0ed947befa9..184abb52a8ae838ef8586ce45a550b4e8ef96e54:/interface/wx/debug.h diff --git a/interface/wx/debug.h b/interface/wx/debug.h index e3d2ef717f..2c03d20a45 100644 --- a/interface/wx/debug.h +++ b/interface/wx/debug.h @@ -3,12 +3,23 @@ // Purpose: interface of global functions // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @addtogroup group_funcmacro_debug */ //@{ +/** + Exits the program immediately. + + This is a simple wrapper for the standard abort() function which is not + available under all platforms (currently only Windows CE doesn't provide + it). + + @since 2.9.4 + */ +void wxAbort(); + /** @def wxDEBUG_LEVEL