Reverted part of patch #876969 ("Fixes to Borland warnings"), resulted in bugs when running in wxUniv release mode using BCC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5c526007a8
commit
594ed110f7
@ -556,8 +556,8 @@ wxSafeShowMessage(const wxString& title, const wxString& text);
|
|||||||
#define wxLogLastError(api) wxLogApiError(api, wxSysErrorCode())
|
#define wxLogLastError(api) wxLogApiError(api, wxSysErrorCode())
|
||||||
|
|
||||||
#else //!debug
|
#else //!debug
|
||||||
#define wxLogApiError(api, rc) {}
|
inline void wxLogApiError(const wxChar *, long) { }
|
||||||
#define wxLogLastError(api) {}
|
inline void wxLogLastError(const wxChar *) { }
|
||||||
#endif //debug/!debug
|
#endif //debug/!debug
|
||||||
|
|
||||||
#endif // _WX_LOG_H_
|
#endif // _WX_LOG_H_
|
||||||
|
Loading…
Reference in New Issue
Block a user