fixes for char[], const char[], and cleaning wchar_t
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5930 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d062b8cce8
commit
12af360d6f
6 changed files with 294 additions and 453 deletions
7
Lib/python/wchar.i
Normal file
7
Lib/python/wchar.i
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
%{
|
||||
#include <wchar.h>
|
||||
%}
|
||||
|
||||
%types(wchar_t *);
|
||||
|
||||
%include pywstrings.swg
|
||||
Loading…
Add table
Add a link
Reference in a new issue