Files
cpp-thirdparty/winx64/bin/swig-3.0.12/Examples/java/enum/example.i
Bassem Girgis 81b4b9e273 Initial commit
2018-12-20 17:34:07 -06:00

15 lines
250 B
OpenEdge ABL

/* File : example.i */
%module example
%{
#include "example.h"
%}
/* Force the generated Java code to use the C enum values rather than making a JNI call */
%javaconst(1);
/* Let's just grab the original header file here */
%include "example.h"