17 lines
203 B
OpenEdge ABL
17 lines
203 B
OpenEdge ABL
%{
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef HAVE_RUBY_ENCODING_H
|
|
#include "ruby/encoding.h"
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
%}
|
|
|
|
%include <rubywstrings.swg>
|
|
%include <typemaps/std_wstring.swg>
|
|
|