widl: Generate FC_ERROR_STATUS_T proc format.

- Include the header file for the functions implemented in typegen.c.
- Generate proc format for FC_ERROR_STATUS_T type.
This commit is contained in:
Robert Shearman 2005-12-12 12:14:31 +01:00 committed by Alexandre Julliard
parent 12159aec96
commit ccdc119da0
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include "windef.h"
#include "widl.h"
#include "typegen.h"
static int print_file(FILE *file, int indent, const char *format, ...)
{
@ -75,6 +76,7 @@ static void write_procformatstring_var(FILE *file, int indent, var_t *var)
CASE_BASETYPE(FC_SMALL);
CASE_BASETYPE(FC_FLOAT);
CASE_BASETYPE(FC_DOUBLE);
CASE_BASETYPE(FC_ERROR_STATUS_T);
#undef CASE_BASETYPE
default:
error("Unknown/unsupported type: %s (0x%02x)\n", var->name, var->type->type);