mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-27 19:44:18 +01:00
Ignoring definitions that break the build.
This commit is contained in:
parent
ee137adaa6
commit
91df782723
@ -1,5 +1,8 @@
|
||||
%ignore extfun_t;
|
||||
%ignore funcset_t;
|
||||
%ignore extlang_t;
|
||||
%ignore extlang;
|
||||
%ignore register_extlang;
|
||||
%ignore IDCFuncs;
|
||||
%ignore set_idc_func;
|
||||
%ignore VarLong;
|
||||
|
@ -100,6 +100,7 @@
|
||||
%ignore extract_func_ret_type;
|
||||
%ignore calc_names_cmts;
|
||||
%ignore resolve_complex_type;
|
||||
%ignore visit_strmems;
|
||||
%ignore foreach_strmem;
|
||||
%ignore is_type_scalar;
|
||||
%ignore get_type_signness;
|
||||
|
Loading…
Reference in New Issue
Block a user