From 0efef76f7da445e028699e9517208a73266e2186 Mon Sep 17 00:00:00 2001 From: janwas Date: Sat, 10 Apr 2010 17:26:10 +0000 Subject: [PATCH] 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. --- build/premake/premake.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/build/premake/premake.lua b/build/premake/premake.lua index dc2526ff8b..80bea33077 100755 --- a/build/premake/premake.lua +++ b/build/premake/premake.lua @@ -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"