mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
8 lines
172 B
OpenEdge ABL
8 lines
172 B
OpenEdge ABL
|
|
%{
|
|
#include <libfuncs.hpp>
|
|
%}
|
|
%ignore fix_version;
|
|
%apply qstring *result { qstring *out_libname};
|
|
%apply qstring *result { qstring *out_fullpath};
|
|
%include "libfuncs.hpp" |