treat XMLCh properly using %typemaps_string

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8213 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-04 20:20:33 +00:00
commit b60c5572ca
5 changed files with 126 additions and 35 deletions

View file

@ -0,0 +1,10 @@
%module example
%include <xmlstring.i>
%{
#include "example.h"
%}
%include example.h