allow to use iostream and sstream without wchar support, as pointed by Scott

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7139 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-04-02 20:24:13 +00:00
commit 73ac0670b0
2 changed files with 14 additions and 0 deletions

7
Lib/std/std_wios.i Normal file
View file

@ -0,0 +1,7 @@
/*
Provide 'std_ios.i' with wchar support.
*/
%include <wchar.i>
%include <std_ios.i>

7
Lib/std/std_wstreambuf.i Normal file
View file

@ -0,0 +1,7 @@
/*
Provide 'std_streambuf.i' with wchar support.
*/
%include <wchar.i>
%include <std_streambuf.i>