mirror of
https://github.com/socketio/socket.io-client-cpp.git
synced 2026-06-11 04:52:42 +00:00
fix: fix ASIO_STANDALONE release build trying to use boost::random (#301)
This commit is contained in:
parent
c09221f357
commit
168ce9d10b
@ -4,7 +4,7 @@
|
|||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define _WEBSOCKETPP_CPP11_THREAD_
|
#define _WEBSOCKETPP_CPP11_THREAD_
|
||||||
//#define _WEBSOCKETPP_CPP11_RANDOM_DEVICE_
|
#define _WEBSOCKETPP_CPP11_RANDOM_DEVICE_
|
||||||
#define _WEBSOCKETPP_NO_CPP11_FUNCTIONAL_
|
#define _WEBSOCKETPP_NO_CPP11_FUNCTIONAL_
|
||||||
#define INTIALIZER(__TYPE__)
|
#define INTIALIZER(__TYPE__)
|
||||||
#else
|
#else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user