disable delay-loading of version.dll.

Of the delay-loaded DLLs, version.dll is the only one that is used in
proximity to WoW64 FS redirection, which apparently has a dangerous
interaction with delay-loading. This should prevent #484 (after
update-workspaces + a rebuild), but we can't be sure due to lack of an
x64 Vista or Win7 machine for testing. Can someone please confirm that
it works without requiring the -quickstart workaround?
refs #484

This was SVN commit r7453.
This commit is contained in:
janwas 2010-04-10 17:26:10 +00:00
parent 40688ec5df
commit 0efef76f7d

View File

@ -651,7 +651,6 @@ function setup_main_exe ()
-- delay loading of various Windows DLLs (not specific to any of the
-- external libraries; those are handled separately)
"/DELAYLOAD:ws2_32.dll",
"/DELAYLOAD:version.dll",
-- allow manual unload of delay-loaded DLLs
"/DELAY:UNLOAD"