include widec.h if it's available, it contains declarations of [f]putws() under Solaris

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-11-09 15:35:09 +00:00
parent fd5199d66b
commit a49ffb32e2
4 changed files with 182 additions and 2 deletions

View File

@@ -109,6 +109,10 @@
/* include stdlib.h for wchar_t */
#include <stdlib.h>
#endif /* HAVE_WCHAR_H */
#ifdef HAVE_WIDEC_H
#include <widec.h>
#endif
#endif /* wxUSE_WCHAR_T */
/* ---------------------------------------------------------------------------- */