Skip to content

Commit 06ae7a8

Browse files
committed
Setup: Update DelayLoadDLLs
1 parent 08119a4 commit 06ae7a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/CustomSetupTool/CustomSetupTool/CustomSetupTool.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<AdditionalLibraryDirectories>$(SolutionDir)..\..\phlib\bin\$(Configuration)$(PlatformArchitecture);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
7070
<SubSystem>Windows</SubSystem>
7171
<MinimumRequiredVersion>6.01</MinimumRequiredVersion>
72-
<DelayLoadDLLs>%(DelayLoadDLLs)</DelayLoadDLLs>
72+
<DelayLoadDLLs>advapi32.dll;comctl32.dll;gdi32.dll;ole32.dll;oleaut32.dll;shell32.dll;user32.dll;uxtheme.dll;winhttp.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
7373
</Link>
7474
<ResourceCompile>
7575
<PreprocessorDefinitions>_UNICODE;UNICODE;%(PreprocessorDefinitions);$(ExternalCompilerOptions)</PreprocessorDefinitions>
@@ -102,7 +102,7 @@
102102
<SubSystem>Windows</SubSystem>
103103
<MinimumRequiredVersion>6.01</MinimumRequiredVersion>
104104
<SetChecksum>true</SetChecksum>
105-
<DelayLoadDLLs>%(DelayLoadDLLs)</DelayLoadDLLs>
105+
<DelayLoadDLLs>advapi32.dll;comctl32.dll;gdi32.dll;ole32.dll;oleaut32.dll;shell32.dll;user32.dll;uxtheme.dll;winhttp.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
106106
</Link>
107107
<ResourceCompile>
108108
<PreprocessorDefinitions>_UNICODE;UNICODE;%(PreprocessorDefinitions);$(ExternalCompilerOptions)</PreprocessorDefinitions>

0 commit comments

Comments
 (0)