mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
some windows fixes
This commit is contained in:
@@ -126,7 +126,7 @@ void request::process(unsigned int id) {
|
||||
}
|
||||
|
||||
|
||||
sleep(1);
|
||||
boost::this_thread::sleep(boost::posix_time::milliseconds(1000));
|
||||
}
|
||||
e.end_perpetual();
|
||||
t.join();
|
||||
|
||||
@@ -41,7 +41,9 @@
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define _WEBSOCKETPP_CPP11_FRIEND_
|
||||
#ifndef _WEBSOCKETPP_CPP11_FRIEND_
|
||||
#define _WEBSOCKETPP_CPP11_FRIEND_
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <exception>
|
||||
|
||||
Reference in New Issue
Block a user