commit | 14aefc1e4a59c75cf955833bee21f7fc29b1c620 | [log] [tgz] |
---|---|---|
author | André Hentschel <nerv@dawncrow.de> | Fri Apr 15 19:19:29 2011 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Apr 18 12:30:04 2011 +0200 |
tree | 0868dfd88d08299cedfe0a89eecaa1f05d005397 | |
parent | dcc9c37e979321b3d7f02efd22299fc6a9106e31 [diff] [blame] |
include: Add more cv_call types.
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 @@ 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;