André Hentschel : include: Add more cv_call types.

Alexandre Julliard julliard at winehq.org
Mon Apr 18 11:10:55 CDT 2011


Module: wine
Branch: master
Commit: 14aefc1e4a59c75cf955833bee21f7fc29b1c620
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=14aefc1e4a59c75cf955833bee21f7fc29b1c620

Author: André Hentschel <nerv at 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;




More information about the wine-cvs mailing list