mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 01:59:18 +01:00
56476d656a
Added support for void * + len input/output buffers (many netnodes function use it)
20 lines
322 B
OpenEdge ABL
20 lines
322 B
OpenEdge ABL
// Ignore kernel-only symbols
|
|
%ignore createSRarea;
|
|
%ignore killSRareas;
|
|
%ignore delSRarea;
|
|
%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"
|