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

Alexandre Julliard julliard at winehq.org
Thu Jul 3 06:35:57 CDT 2008


Module: wine
Branch: master
Commit: d8202087c7acba58c022b374dd8b52b06a27ad97
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d8202087c7acba58c022b374dd8b52b06a27ad97

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jul  3 12:59:50 2008 +0200

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

---

 tools/makedep.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tools/makedep.c b/tools/makedep.c
index dd084aa..2571359 100644
--- a/tools/makedep.c
+++ b/tools/makedep.c
@@ -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" ))




More information about the wine-cvs mailing list