On 05/14/14 17:09, Michael Stefaniuc wrote:
Hello Jacek,
On 05/14/2014 04:55 PM, Jacek Caban wrote:
0001-oleaut32-Added-debugstr_variant-helper-for-better-deb.diff
wouldn't it be better to make debugstr_variant aka add it to include/wine/debug.h? VARIANTs are used in a lot more places then just oleaut32.
That's my long term plan for this. I'm not yet sure how to integrate it with debug.h yet, because that would require some sort of dependency on oaidl.h. Anyway, I'd like to have one best copy of debugstr_variant available and oleaut32 seems like the best place to develop and test that since it deals with about all possible VARIANT types.
Cheers, Jacek