| Current Path : /usr/share/swig/2.0.10/python/ |
| Current File : //usr/share/swig/2.0.10/python/wchar.i |
#ifdef __cplusplus
%{
#include <cwchar>
%}
#else
%{
#include <wchar.h>
%}
#endif
%types(wchar_t *);
%include <pywstrings.swg>
/*
Enable swig wchar support.
*/
#define SWIG_WCHAR