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:
@@ -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
|
||||
|
Reference in New Issue
Block a user