added wchar_t type

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5835 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-04-06 06:31:24 +00:00
commit 8a2343f31d
5 changed files with 45 additions and 9 deletions

View file

@ -82,5 +82,5 @@ SWIGSTATICINLINE(int)
}
}
%typemap_asptrfromn(SWIG_CCode(STRING), std::basic_string<wchar_t>);
%typemap_asptrfromn(SWIG_CCode(STRING), std::wstring);
%typemap_asptrfromn(SWIG_CCode(UNISTRING), std::basic_string<wchar_t>);
%typemap_asptrfromn(SWIG_CCode(UNISTRING), std::wstring);