swig/Lib/python/wchar.i

7 lines
72 B
OpenEdge ABL

%{
#include <wchar.h>
%}
%types(wchar_t *);
%include <pywstrings.swg>