git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44990
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
DECLARE_LOG_FUNCTION2_EXP_IMPL(Status, wxFrame *, pFrame, WXDLLIMPEXP_CORE);
#endif // wxUSE_GUI
DECLARE_LOG_FUNCTION2_EXP_IMPL(Status, wxFrame *, pFrame, WXDLLIMPEXP_CORE);
#endif // wxUSE_GUI
-DECLARE_LOG_FUNCTION_PUBLIC(Status);
+DECLARE_LOG_FUNCTION_PUBLIC(Status)
// additional one: as wxLogError, but also logs last system call error code
// and the corresponding error message if available
// additional one: as wxLogError, but also logs last system call error code
// and the corresponding error message if available
// that don't set the errno (like registry APIs in Win32))
DECLARE_LOG_FUNCTION2_IMPL(SysError, long, lErrCode);
// that don't set the errno (like registry APIs in Win32))
DECLARE_LOG_FUNCTION2_IMPL(SysError, long, lErrCode);
-DECLARE_LOG_FUNCTION_PUBLIC(SysError);
+DECLARE_LOG_FUNCTION_PUBLIC(SysError)
// debug functions do nothing in release mode
#if wxUSE_LOG && wxUSE_LOG_DEBUG
// debug functions do nothing in release mode
#if wxUSE_LOG && wxUSE_LOG_DEBUG
// wxLog::GetActive()->GetTraceMask() -- it's deprecated in favour of
// string identifiers
DECLARE_LOG_FUNCTION2_IMPL(Trace, wxTraceMask, mask);
// wxLog::GetActive()->GetTraceMask() -- it's deprecated in favour of
// string identifiers
DECLARE_LOG_FUNCTION2_IMPL(Trace, wxTraceMask, mask);
- DECLARE_LOG_FUNCTION_PUBLIC(Trace);
+ DECLARE_LOG_FUNCTION_PUBLIC(Trace)
#else //!debug || !wxUSE_LOG
// these functions do nothing in release builds, but don't define them as
// nothing as it could result in different code structure in debug and
#else //!debug || !wxUSE_LOG
// these functions do nothing in release builds, but don't define them as
// nothing as it could result in different code structure in debug and