Removed streams from VC++ makefile for now; corrected typo in log.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -331,7 +331,7 @@ const char* WXDLLEXPORT wxSysErrorMsg(unsigned long nErrCode = 0);
|
||||
#define wxLogLastError(api) wxLogApiError(api, wxSysErrorCode())
|
||||
#else //!debug
|
||||
inline void wxLogApiError(const char *, long) { }
|
||||
inline void wxLogLastErrror(const char *) { }
|
||||
inline void wxLogLastError(const char *) { }
|
||||
#endif //debug/!debug
|
||||
|
||||
#endif //__LOGH__
|
||||
|
Reference in New Issue
Block a user