Robert Shearman : widl: Generate FC_ERROR_STATUS_T proc format.
Module: wine Branch: refs/heads/master Commit: ccdc119da025ecde55223159226d6a994189ee8b URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=ccdc119da025ecde55223159... Author: Robert Shearman <rob(a)codeweavers.com> Date: Mon Dec 12 12:14:31 2005 +0100 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. --- tools/widl/typegen.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tools/widl/typegen.c b/tools/widl/typegen.c index 14817da..6cdff1f 100644 --- a/tools/widl/typegen.c +++ b/tools/widl/typegen.c @@ -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(F 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);
participants (1)
-
Alexandre Julliard