added configure check for wcsdup(), there are too many Unix systems without it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -167,7 +167,7 @@ WXDLLIMPEXP_BASE void *calloc( size_t num, size_t size );
|
||||
#endif
|
||||
#if defined(__WINDOWS__)
|
||||
#define wxCRT_StrdupW _wcsdup
|
||||
#elif !defined(__DARWIN__) && !defined( __VMS )
|
||||
#elif defined(HAVE_WCSDUP)
|
||||
#define wxCRT_StrdupW wcsdup
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user