mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 18:16:55 +01:00
12 lines
210 B
OpenEdge ABL
12 lines
210 B
OpenEdge ABL
|
// Ignore kernel-only symbol
|
||
|
|
||
|
%ignore strwinsetup_t::setup_strings_window;
|
||
|
%ignore strwinsetup_t::save_config;
|
||
|
%ignore strwinsetup_t::restore_config;
|
||
|
|
||
|
%ignore move_strings;
|
||
|
|
||
|
|
||
|
|
||
|
%include "strlist.hpp"
|