Chromium Code Reviews| Index: swig/Lib/typemaps/cwstring.swg |
| =================================================================== |
| --- swig/Lib/typemaps/cwstring.swg (revision 0) |
| +++ swig/Lib/typemaps/cwstring.swg (revision 0) |
| @@ -0,0 +1,10 @@ |
| +%include <typemaps/cstrings.swg> |
| +%include <typemaps/wstring.swg> |
| + |
| +%typemaps_cstring(%cwstring, |
| + wchar_t, |
| + SWIG_AsWCharPtr, |
| + SWIG_AsWCharPtrAndSize, |
| + SWIG_FromWCharPtr, |
| + SWIG_FromWCharPtrAndSize); |
| + |