X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..b02dd12239c8a59b9a545d9fcb04974f8ad02c6b:/interface/wx/debug.h diff --git a/interface/wx/debug.h b/interface/wx/debug.h index 16ea9e3ea6..2c03d20a45 100644 --- a/interface/wx/debug.h +++ b/interface/wx/debug.h @@ -9,6 +9,17 @@ /** @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