under metrowerks mac strdup is not exported

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2002-01-20 16:09:06 +00:00
parent 724f720f89
commit ab1437caac

View File

@@ -467,7 +467,9 @@ typedef unsigned __WCHAR_TYPE__ wxUChar;
# define wxStrcoll strcoll
# define wxStrcpy strcpy
# define wxStrcspn strcspn
#if !defined(__MWERKS__) || !defined(__WXMAC__)
# define wxStrdup strdup
#endif
# define wxStrlen_ strlen // used in wxStrlen inline function
# define wxStrncat strncat
# define wxStrncmp strncmp