git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7138 626c5289-ae23-0410-ae9c-e8d60b6d4f22
21 lines
186 B
OpenEdge ABL
21 lines
186 B
OpenEdge ABL
#ifdef __cplusplus
|
|
|
|
%{
|
|
#include <cwchar>
|
|
%}
|
|
|
|
#else
|
|
|
|
%{
|
|
#include <wchar.h>
|
|
%}
|
|
|
|
#endif
|
|
|
|
%types(wchar_t *);
|
|
%include <pywstrings.swg>
|
|
|
|
/*
|
|
Enable swig wchar support.
|
|
*/
|
|
#define SWIG_WCHAR
|