diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-27 20:44:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-27 20:44:45 +0000 |
commit | d27904ad1988ba6f85228f3c0cb7de8379a3147b (patch) | |
tree | 746e8e5f09d7f3930b9b4e26f0cb632df9554826 /protocols/Weather | |
parent | 36e94cb8f826d3d3be3226d9c98ade0510a170c1 (diff) |
bye-bye, old good winsock.dll
git-svn-id: http://svn.miranda-ng.org/main/trunk@204 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Weather')
-rw-r--r-- | protocols/Weather/weather_10.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/weather_10.vcxproj b/protocols/Weather/weather_10.vcxproj index f3e4b5becc..6d9df9bee7 100644 --- a/protocols/Weather/weather_10.vcxproj +++ b/protocols/Weather/weather_10.vcxproj @@ -169,7 +169,7 @@ <ResourceOutputFileName>$(IntDir)weather.res</ResourceOutputFileName>
</ResourceCompile>
<Link>
- <AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
<BaseAddress>0x72030000</BaseAddress>
|