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