include: Add more cv_call types.

oldstable
André Hentschel 2011-04-15 19:19:29 +02:00 committed by Alexandre Julliard
parent dcc9c37e97
commit 14aefc1e4a
1 changed files with 6 additions and 0 deletions

View File

@ -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;