Signed-off-by: Sarah Knepper <sarah.knepper@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
11 lines
123 B
OpenEdge ABL
11 lines
123 B
OpenEdge ABL
%module pyupm_ldt0028
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "ldt0028.h"
|
|
%{
|
|
#include "ldt0028.h"
|
|
%}
|
|
|