diff options
author | unknown <bundra@.(none)> | 2009-12-15 18:00:00 +0100 |
---|---|---|
committer | unknown <bundra@.(none)> | 2009-12-15 18:00:00 +0100 |
commit | 3e640836674872961f48efb4dc7badb20d736407 (patch) | |
tree | 9bc99ac0166e779c3b41545fc37511d53f4546e6 | |
parent | 2cef05d86976784f4bc1083cb0fa548e267ac132 (diff) |
win32 build fixed
-rw-r--r-- | builds/msvc/libzmq/libzmq.vcproj | 16 | ||||
-rw-r--r-- | src/zmq_listener_init.cpp | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/builds/msvc/libzmq/libzmq.vcproj b/builds/msvc/libzmq/libzmq.vcproj index 518c469..30b853a 100644 --- a/builds/msvc/libzmq/libzmq.vcproj +++ b/builds/msvc/libzmq/libzmq.vcproj @@ -198,6 +198,10 @@ > </File> <File + RelativePath="..\..\..\src\fq.cpp" + > + </File> + <File RelativePath="..\..\..\src\io_object.cpp" > </File> @@ -214,6 +218,10 @@ > </File> <File + RelativePath="..\..\..\src\lb.cpp" + > + </File> + <File RelativePath="..\..\..\src\object.cpp" > </File> @@ -412,6 +420,10 @@ > </File> <File + RelativePath="..\..\..\src\fq.hpp" + > + </File> + <File RelativePath="..\..\..\src\i_endpoint.hpp" > </File> @@ -452,6 +464,10 @@ > </File> <File + RelativePath="..\..\..\src\lb.hpp" + > + </File> + <File RelativePath="..\..\..\src\msg_content.hpp" > </File> diff --git a/src/zmq_listener_init.cpp b/src/zmq_listener_init.cpp index a463dc8..752f062 100644 --- a/src/zmq_listener_init.cpp +++ b/src/zmq_listener_init.cpp @@ -118,6 +118,7 @@ class zmq::socket_base_t *zmq::zmq_listener_init_t::get_owner () const char *zmq::zmq_listener_init_t::get_session_name () { zmq_assert (false); + return NULL; } void zmq::zmq_listener_init_t::process_plug () |