makedep: Add dependencies on wine/exception.h for widl-generated files.

This commit is contained in:
Alexandre Julliard 2008-07-03 12:59:50 +02:00
parent d6e76274d9
commit d8202087c7
1 changed files with 2 additions and 0 deletions

View File

@ -693,10 +693,12 @@ static void parse_generated_idl( INCL_FILE *source )
{
add_include( source, "objbase.h", 0, 1 );
add_include( source, "rpcproxy.h", 0, 1 );
add_include( source, "wine/exception.h", 0, 1 );
add_include( source, header, 0, 0 );
}
else if (strendswith( source->name, "_s.c" ))
{
add_include( source, "wine/exception.h", 0, 1 );
add_include( source, header, 0, 0 );
}
else if (!strcmp( source->name, "dlldata.c" ))