diff --git a/src/common/wxchar.cpp b/src/common/wxchar.cpp index 2e186082a2..94b56cde9e 100644 --- a/src/common/wxchar.cpp +++ b/src/common/wxchar.cpp @@ -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) {