Corrected memory.cpp compilation error; Cygwin makefile uses generic wxDirDlg
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -532,6 +532,8 @@ bool wxDebugContext::SetFile(const wxString& file)
|
||||
|
||||
bool wxDebugContext::SetStandardError(void)
|
||||
{
|
||||
// Obsolete
|
||||
#if 0
|
||||
#if !defined(_WINDLL)
|
||||
wxDebugStreamBuf *buf = new wxDebugStreamBuf;
|
||||
ostream *stream = new ostream(m_streamBuf);
|
||||
@@ -540,6 +542,8 @@ bool wxDebugContext::SetStandardError(void)
|
||||
#else
|
||||
return FALSE;
|
||||
#endif
|
||||
#endif
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user