Whatever was wrong with this, it will need to be fixed some other
way, the blind hack this reverts (#1007859) removes two symbols from the library and breaks backward compatibility. Someone will need to look at what is actually wrong with bcc builds and the patches that followed from this initial (itself wrong) change. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@34279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1075,5 +1075,13 @@ void wxTraceLevel(int, const wxChar * ...)
|
||||
#endif
|
||||
}
|
||||
|
||||
#else // wxUSE_MEMORY_TRACING && defined(__WXDEBUG__)
|
||||
void wxTrace(const char *WXUNUSED(fmt) ...)
|
||||
{
|
||||
}
|
||||
|
||||
void wxTraceLevel(int WXUNUSED(level), const char *WXUNUSED(fmt) ...)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user