git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7707 626c5289-ae23-0410-ae9c-e8d60b6d4f22
4 lines
161 B
Text
4 lines
161 B
Text
%include <typemaps/strings.swg>
|
|
%typemaps_string(wchar_t, WChar, SWIG_AsWCharPtrAndSize, SWIG_FromWCharPtrAndSize, wcslen,
|
|
"<wchar.h>", WCHAR_MIN, WCHAR_MAX)
|
|
|