| Current Path : /usr/X11R6/share/swig/3.0.7/python/ |
| Current File : //usr/X11R6/share/swig/3.0.7/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