mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-21 15:51:45 +02:00
Problem: name conflicts from windows.h, draft API declared in pch.
This commit is contained in:
@@ -32,19 +32,12 @@
|
||||
#include <string.h>
|
||||
#include <cmath>
|
||||
|
||||
#include "platform.hpp"
|
||||
#ifdef ZMQ_HAVE_WINDOWS
|
||||
#include "windows.hpp"
|
||||
#endif
|
||||
|
||||
#include "v2_protocol.hpp"
|
||||
#include "v2_decoder.hpp"
|
||||
#include "likely.hpp"
|
||||
#include "wire.hpp"
|
||||
#include "err.hpp"
|
||||
|
||||
|
||||
|
||||
zmq::v2_decoder_t::v2_decoder_t (size_t bufsize_, int64_t maxmsgsize_) :
|
||||
shared_message_memory_allocator( bufsize_),
|
||||
decoder_base_t <v2_decoder_t, shared_message_memory_allocator> (this),
|
||||
|
Reference in New Issue
Block a user