summaryrefslogtreecommitdiff
path: root/Lib/python/cwstring.i
blob: b37fd4e4aef6fe6bf8112b008c06c47d926668a6 (plain)
1
2
3
4
5
6
7
8
9
10
%include <typemaps/cstring.swg>
%include <pywstrings.swg>

%typemap_cstrings(%cwstring,
		  wchar_t,
		  SWIG_AsWCharPtr,
		  SWIG_AsWCharPtrAndSize,
		  SWIG_FromWCharPtr,
		  SWIG_FromWCharPtrAndSize);