X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/749b01f03755465790549e7b94d2a6e2eaae193e..77436c4cbac2269e564dc4fcf4494a58feca0af4:/include/wx/debug.h diff --git a/include/wx/debug.h b/include/wx/debug.h index 82785eca9b..9010e74c63 100644 --- a/include/wx/debug.h +++ b/include/wx/debug.h @@ -41,6 +41,8 @@ WXDLLEXPORT_DATA(extern const bool) wxTrue; WXDLLEXPORT_DATA(extern const bool) wxFalse; // Macros which are completely disabled in 'release' mode +// +// NB: these functions are implemented in src/common/appcmn.cpp #ifdef __WXDEBUG__ /* this function may be redefined to do something non trivial and is called