11 lines
116 B
OpenEdge ABL
11 lines
116 B
OpenEdge ABL
|
|
%module jsupm_vcap
|
||
|
|
%include "../upm.i"
|
||
|
|
%include "std_string.i"
|
||
|
|
|
||
|
|
%include "vcap.hpp"
|
||
|
|
%{
|
||
|
|
#include "vcap.hpp"
|
||
|
|
%}
|
||
|
|
|
||
|
|
|