wxNEED_STRDUP was wrong tested with #if instead of #ifdef
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1578,7 +1578,7 @@ WXDLLEXPORT wxChar * wxStrtok(wxChar *psz, const wxChar *delim, wxChar **save_pt
|
||||
// missing C RTL functions
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#if wxNEED_STRDUP
|
||||
#ifdef wxNEED_STRDUP
|
||||
|
||||
char *strdup(const char *s)
|
||||
{
|
||||
|
Reference in New Issue
Block a user