diff options
| author | spycrab <spycrab@users.noreply.github.com> | 2018-05-04 23:43:32 +0200 |
|---|---|---|
| committer | spycrab <spycrab@users.noreply.github.com> | 2018-05-04 23:53:41 +0200 |
| commit | db0e5108dc2e79732a0ba700a48d544fbeaba99e (patch) | |
| tree | 00e5258b77961723b57824d8470e83273726434f /Source/DSPTool | |
| parent | 91a447394bf07d8e4f6453dee8cb425190a98c78 (diff) | |
Win32/FileUtil: Fix IsDirectory() not working for certain directories
Diffstat (limited to 'Source/DSPTool')
| -rw-r--r-- | Source/DSPTool/DSPTool.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/DSPTool/DSPTool.vcxproj b/Source/DSPTool/DSPTool.vcxproj index f7a00991e9..c995b0b81b 100644 --- a/Source/DSPTool/DSPTool.vcxproj +++ b/Source/DSPTool/DSPTool.vcxproj @@ -37,7 +37,7 @@ <PropertyGroup Label="UserMacros" /> <ItemDefinitionGroup> <Link> - <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>winmm.lib;Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> <SubSystem>Console</SubSystem> </Link> </ItemDefinitionGroup> @@ -73,4 +73,4 @@ <Message Text="Copy: @(SourceFiles) -> $(BinaryOutputDir)" Importance="High" /> <Copy SourceFiles="@(SourceFiles)" DestinationFolder="$(BinaryOutputDir)" /> </Target> -</Project> +</Project>
\ No newline at end of file |
