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:
Julian Smart
1998-07-13 09:15:56 +00:00
parent ddfc206782
commit db138a4c2a
4 changed files with 18 additions and 10 deletions

View File

@@ -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__