mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +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;
|
typedef long long longlong;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
typedef int error_t;
|
||||||
|
|
||||||
%include "typemaps.i"
|
%include "typemaps.i"
|
||||||
|
|
||||||
%include "cstring.i"
|
%include "cstring.i"
|
||||||
|
Loading…
Reference in New Issue
Block a user