swig/Lib/python/cwstring.i
2005-10-18 13:54:54 +00:00

10 lines
205 B
OpenEdge ABL

%include <typemaps/cstring.swg>
%include <pywstrings.swg>
%typemap_cstrings(%cwstring,
wchar_t,
SWIG_AsWCharPtr,
SWIG_AsWCharPtrAndSize,
SWIG_FromWCharPtr,
SWIG_FromWCharPtrAndSize);