Hans Leidekker hans@it.vu.nl writes:
Changelog Dynamically load ldap libraries.
If the dll refuses to load if the libraries are missing then there isn't any point in loading them dynamically, you might just as well link to them directly.
On Wednesday 13 July 2005 20:35, Alexandre Julliard wrote:
If the dll refuses to load if the libraries are missing then there isn't any point in loading them dynamically, you might just as well link to them directly.
Agreed. I was under the impression that native linker errors would cause the process to get killed, but I just checked and Wine handles that case fine.
I'm going to remove this hack from mscms as well.
-Hans