mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 08:46:44 +01:00
msg_store added to MSVC build
This commit is contained in:
parent
1dda8a2aaa
commit
ba91644fdb
@ -225,6 +225,10 @@
|
||||
RelativePath="..\..\..\src\lb.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\msg_store.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\object.cpp"
|
||||
>
|
||||
@ -471,6 +475,10 @@
|
||||
RelativePath="..\..\..\src\msg_content.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\msg_store.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\mutex.hpp"
|
||||
>
|
||||
|
@ -26,6 +26,8 @@
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
|
||||
#include "platform.hpp"
|
||||
|
||||
#ifdef ZMQ_HAVE_WINDOWS
|
||||
#include <io.h>
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user