mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-08 08:26:44 +00:00
13 lines
150 B
OpenEdge ABL
13 lines
150 B
OpenEdge ABL
%warnfilter(SWIGWARN_PARSE_KEYWORD) java::lang::ref;
|
|
|
|
%{
|
|
#undef STATIC
|
|
%}
|
|
%include <gcj/cni.i>
|
|
%{
|
|
#undef TRUE
|
|
#define TRUE 1
|
|
%}
|
|
|
|
%include <jstring.i>
|