File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/CustomSetupTool/CustomSetupTool Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 69
69
<AdditionalLibraryDirectories >$(SolutionDir)..\..\phlib\bin\$(Configuration)$(PlatformArchitecture);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
70
70
<SubSystem >Windows</SubSystem >
71
71
<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 >
73
73
</Link >
74
74
<ResourceCompile >
75
75
<PreprocessorDefinitions >_UNICODE;UNICODE;%(PreprocessorDefinitions);$(ExternalCompilerOptions)</PreprocessorDefinitions >
102
102
<SubSystem >Windows</SubSystem >
103
103
<MinimumRequiredVersion >6.01</MinimumRequiredVersion >
104
104
<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 >
106
106
</Link >
107
107
<ResourceCompile >
108
108
<PreprocessorDefinitions >_UNICODE;UNICODE;%(PreprocessorDefinitions);$(ExternalCompilerOptions)</PreprocessorDefinitions >
You can’t perform that action at this time.
0 commit comments