mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
9 lines
124 B
OpenEdge ABL
9 lines
124 B
OpenEdge ABL
%{
|
|
#include <enum.hpp>
|
|
%}
|
|
%ignore get_enum_name(tid_t, int);
|
|
|
|
%constant bmask_t DEFMASK = bmask_t(-1);
|
|
|
|
%include "enum.hpp"
|