git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25443
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define wxLogLastError(api) wxLogApiError(api, wxSysErrorCode())
#else //!debug
#define wxLogLastError(api) wxLogApiError(api, wxSysErrorCode())
#else //!debug
- #define wxLogApiError(api, rc) {}
- #define wxLogLastError(api) {}
+ inline void wxLogApiError(const wxChar *, long) { }
+ inline void wxLogLastError(const wxChar *) { }
#endif //debug/!debug
#endif // _WX_LOG_H_
#endif //debug/!debug
#endif // _WX_LOG_H_