summaryrefslogtreecommitdiff
path: root/Source/DSPTool
diff options
context:
space:
mode:
authorspycrab <spycrab@users.noreply.github.com>2018-05-04 23:43:32 +0200
committerspycrab <spycrab@users.noreply.github.com>2018-05-04 23:53:41 +0200
commitdb0e5108dc2e79732a0ba700a48d544fbeaba99e (patch)
tree00e5258b77961723b57824d8470e83273726434f /Source/DSPTool
parent91a447394bf07d8e4f6453dee8cb425190a98c78 (diff)
Win32/FileUtil: Fix IsDirectory() not working for certain directories
Diffstat (limited to 'Source/DSPTool')
-rw-r--r--Source/DSPTool/DSPTool.vcxproj4
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) -&gt; $(BinaryOutputDir)" Importance="High" />
<Copy SourceFiles="@(SourceFiles)" DestinationFolder="$(BinaryOutputDir)" />
</Target>
-</Project>
+</Project> \ No newline at end of file