Re: winewrap: fix uuid support

2004-02-12 Thread Dimitrie O. Paun
On February 12, 2004 04:16 pm, Alexandre Julliard wrote: > I think it's the search algorithm that's broken. We should check every > lib path directory for both .so and .a before moving on to the next > one. Good point. What about this (for each dir, we check for .so, .def, .a). ChangeLog For

Re: winewrap: fix uuid support

2004-02-12 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > I haven't tried with any real life application if this > patch is needed, but it seems to. Without it, we will > determine that uuid is a .so, which is not what we want. I think it's the search algorithm that's broken. We should check every lib pat