add #include <cwchar>
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6619 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
da29a4793d
commit
53ec1c3c1d
2 changed files with 9 additions and 0 deletions
|
|
@ -5,6 +5,10 @@
|
|||
#ifndef SWIG_STD_BASIC_STRING
|
||||
#define SWIG_STD_WSTRING
|
||||
|
||||
%{
|
||||
#include <cwchar>
|
||||
%}
|
||||
|
||||
%include <pywstrings.swg>
|
||||
|
||||
namespace std
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue