diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-04-26 16:58:49 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-04-26 16:58:49 +0200 |
commit | 1ad6ade0ed465030716ce720077f3aa31e6cd136 (patch) | |
tree | 60f862293803807c1bb405a1dc8f12ba3aaad641 | |
parent | beffee92a8ec9e14cca21e5901970c4d03967c3d (diff) |
MSVC build fixed
-rw-r--r-- | builds/msvc/libzmq/libzmq.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builds/msvc/libzmq/libzmq.vcproj b/builds/msvc/libzmq/libzmq.vcproj index a525d09..ef44f20 100644 --- a/builds/msvc/libzmq/libzmq.vcproj +++ b/builds/msvc/libzmq/libzmq.vcproj @@ -242,7 +242,7 @@ > </File> <File - RelativePath="..\..\..\src\p2p.cpp" + RelativePath="..\..\..\src\pair.cpp" > </File> <File @@ -508,7 +508,7 @@ > </File> <File - RelativePath="..\..\..\src\p2p.hpp" + RelativePath="..\..\..\src\pair.hpp" > </File> <File |