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:
Marcelo Matus 2004-05-27 11:25:31 +00:00
commit 12af360d6f
6 changed files with 294 additions and 453 deletions

7
Lib/python/wchar.i Normal file
View file

@ -0,0 +1,7 @@
%{
#include <wchar.h>
%}
%types(wchar_t *);
%include pywstrings.swg