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:
parent
de65a09e6c
commit
8a2343f31d
5 changed files with 45 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue