idaapi.i: Added typedef for error_t

This commit is contained in:
gergely.erdelyi 2009-08-30 12:18:15 +00:00
parent 02c6a5519e
commit 5b0260c301

View File

@ -65,6 +65,8 @@ typedef unsigned long long ulonglong;
typedef long long longlong;
#endif
typedef int error_t;
%include "typemaps.i"
%include "cstring.i"