mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 01:59:18 +01:00
idaapi.i: Added typedef for error_t
This commit is contained in:
parent
02c6a5519e
commit
5b0260c301
@ -65,6 +65,8 @@ typedef unsigned long long ulonglong;
|
||||
typedef long long longlong;
|
||||
#endif
|
||||
|
||||
typedef int error_t;
|
||||
|
||||
%include "typemaps.i"
|
||||
|
||||
%include "cstring.i"
|
||||
|
Loading…
Reference in New Issue
Block a user