Re: msxml3: Determine whether to call xsltInit() or not at run time.

2008-11-17 Thread Francois Gouget
Michael Karcher wrote: [...] >> As a reminder, the issue is that it's not because the libxslt.so we >> compile against has xlstInit() that the one we load at runtime will have >> it too. And vice versa. > Wait a moment. I don't know about Wine's dl* functions, but can't we use > dlsym with the RTLD

Re: msxml3: Determine whether to call xsltInit() or not at run time.

2008-11-17 Thread Michael Karcher
Am Montag, den 17.11.2008, 15:09 +0100 schrieb Francois Gouget: > configure will need to be regenerated. I did not include it here since > the consensus seems to be that it should not be included. Just a nitpick: Same applies for config.h.in, then. > As a reminder, the issue is that it's not bec