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:
Vadim Zeitlin
2005-08-04 00:59:42 +00:00
parent 2a5e6376f2
commit 896e226aa2

View File

@@ -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)
{