diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-15 11:26:31 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-15 11:26:31 +0000 |
commit | a89e8108e444cfaa8da030f960e334729b59e2dc (patch) | |
tree | 720c02319dfaf968333cb0afdbb9697b37dcefe0 /protocols/Tox | |
parent | 1f38a95595577522ea66ad251f4ac50055726fe9 (diff) |
minor fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@12837 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox')
-rw-r--r-- | protocols/Tox/Tox_12.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/Tox_12.vcxproj b/protocols/Tox/Tox_12.vcxproj index ea85d70bed..377bdf8a47 100644 --- a/protocols/Tox/Tox_12.vcxproj +++ b/protocols/Tox/Tox_12.vcxproj @@ -97,7 +97,7 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
- <AdditionalDependencies>Winmm.lib;dnsapi.lib;comctl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>Winmm.lib;dnsapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|