Re: Shared IDL Imports

2008-01-21 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > Solution 1: Fix the generation of include statements in header files > generated from the IDL to include the path. This has the issue that it > is not compatible with MIDL, so testing our IDL files with it becomes > difficult (MIDL appears to only sear

Shared IDL Imports

2008-01-19 Thread Robert Shearman
Hi all, I've got a patch pending in my tree that adds another IDL file in include/wine/ but it has a dependency on another new IDL file in the same directory. The trouble is that the patch in the import statement gets lost in the generated IDL file. The attached diff shows an example of this,