update swig on windows
This commit is contained in:
21
winx64/bin/swigwin-4.0.0/Lib/python/wchar.i
Normal file
21
winx64/bin/swigwin-4.0.0/Lib/python/wchar.i
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifdef __cplusplus
|
||||
|
||||
%{
|
||||
#include <cwchar>
|
||||
%}
|
||||
|
||||
#else
|
||||
|
||||
%{
|
||||
#include <wchar.h>
|
||||
%}
|
||||
|
||||
#endif
|
||||
|
||||
%types(wchar_t *);
|
||||
%include <pywstrings.swg>
|
||||
|
||||
/*
|
||||
Enable swig wchar support.
|
||||
*/
|
||||
#define SWIG_WCHAR
|
||||
Reference in New Issue
Block a user