Zebediah Figura 96e11d51ba widl: Write public typedefs into the typelib if they are referenced directly.
I.e. write "apple_t" into the typelib given the following snippet:

typedef [public] struct { ... } apple_t;
library {
interface IFoo {
    HRESULT a(apple_t arg);
}
}

Based on a patch by Richard Pospesel.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-08-21 20:04:01 +02:00
..
2019-05-03 21:47:19 +02:00
2019-05-03 21:47:09 +02:00
2017-12-01 09:29:41 +01:00
2019-07-31 09:33:12 +02:00
2015-11-10 18:28:28 +09:00