summaryrefslogtreecommitdiff
path: root/share/swig/2.0.11/python/wchar.i
blob: 308139a3ab74af769d6ecdbc4615a5354b59bec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifdef __cplusplus

%{
#include <cwchar>
%}

#else

%{
#include <wchar.h>
%}

#endif

%types(wchar_t *);
%include <pywstrings.swg>

/*
  Enable swig wchar support.
*/
#define SWIG_WCHAR