summaryrefslogtreecommitdiff
path: root/devtools/swigwin-1.3.34/Lib/typemaps/cwstring.swg
blob: 933f9a3a647de4882c88e8a66f13b521d4780dc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
%include <typemaps/cstrings.swg>
%include <typemaps/wstring.swg>

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