mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 18:16:55 +01:00
8 lines
158 B
OpenEdge ABL
8 lines
158 B
OpenEdge ABL
|
// Ignore the unnedded externals
|
||
|
%ignore Instructions;
|
||
|
|
||
|
// This makes SWIG ignore the size def for the Intel enum
|
||
|
#define ENUM_SIZE(x)
|
||
|
|
||
|
%include "allins.hpp"
|