mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 01:59:18 +01:00
21 lines
343 B
OpenEdge ABL
21 lines
343 B
OpenEdge ABL
// Ignore kernel-only symbols
|
|
%ignore createSRarea;
|
|
%ignore killSRareas;
|
|
%ignore delSRarea;
|
|
%ignore splitSRarea;
|
|
%ignore SRareaStart;
|
|
%ignore SRareaEnd;
|
|
%ignore repairSRarea;
|
|
%ignore SRinit;
|
|
%ignore SRterm;
|
|
%ignore SRsave;
|
|
|
|
#define R_es 29
|
|
#define R_cs 30
|
|
#define R_ss 31
|
|
#define R_ds 32
|
|
#define R_fs 33
|
|
#define R_gs 34
|
|
|
|
%include "srarea.hpp"
|