Jan de Mooij wrote:
Tests pass on 98, XP and Wine (after applying my previous patch)
There is an unrelated change to shelllink.c in this patch.
Hi Paul,
Thanks for your reply.
On Mon, Dec 1, 2008 at 3:35 PM, Paul Vriens paul.vriens.wine@gmail.com wrote:
There is an unrelated change to shelllink.c in this patch.
It's not unrelated, initguid.h needs to be included exactly once or you will get linker warnings (multiple definitions for...). It only compiles if i move it to autocomplete.c, looks like it should be in the first file which uses it..
Regards,
Jan de Mooij
Jan de Mooij wrote:
Hi Paul,
Thanks for your reply.
On Mon, Dec 1, 2008 at 3:35 PM, Paul Vriens paul.vriens.wine@gmail.com wrote:
There is an unrelated change to shelllink.c in this patch.
It's not unrelated, initguid.h needs to be included exactly once or you will get linker warnings (multiple definitions for...). It only compiles if i move it to autocomplete.c, looks like it should be in the first file which uses it..
Regards,
Jan de Mooij
But I guess that's the reason it's not applied/committed. If you move the include of initguid.h to after windows.h it will work, not?