widl: error_status_t isn't an allowed conformance type.

The FC code requires more than 4 bits to represent it and the
correlation descriptor and union formats only allow 4 bits to
represent the type referred to.
This commit is contained in:
Rob Shearman 2010-03-15 19:30:28 +00:00 committed by Alexandre Julliard
parent 5b533c1845
commit df853f8ed2
1 changed files with 0 additions and 1 deletions

View File

@ -2261,7 +2261,6 @@ static int is_allowed_conf_type(const type_t *type)
case TYPE_BASIC_HYPER:
case TYPE_BASIC_BYTE:
case TYPE_BASIC_WCHAR:
case TYPE_BASIC_ERROR_STATUS_T:
return TRUE;
default:
return FALSE;