Module: wine Branch: master Commit: 14aefc1e4a59c75cf955833bee21f7fc29b1c620 URL: http://source.winehq.org/git/wine.git/?a=commit;h=14aefc1e4a59c75cf955833bee...
Author: André Hentschel nerv@dawncrow.de Date: Fri Apr 15 19:19:29 2011 +0200
include: Add more cv_call types.
---
include/cvconst.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/include/cvconst.h b/include/cvconst.h index 1599a26..d05c99b 100644 --- a/include/cvconst.h +++ b/include/cvconst.h @@ -559,5 +559,11 @@ typedef enum CV_call_e CV_CALL_GENERIC, CV_CALL_ALPHACALL, CV_CALL_PPCCALL, + CV_CALL_SHCALL, + CV_CALL_ARMCALL, + CV_CALL_AM33CALL, + CV_CALL_TRICALL, + CV_CALL_SH5CALL, + CV_CALL_M32RCALL, CV_CALL_RESERVED, } CV_call_e;