Fixed some msvc problems with libircclient. Fixed auto start boost timer issue. Fixed irc thread termination (this time for real). Using strdup and free on MSVC causes "heap corruption error" in debug mode - use _strdup instead in libircclient.
This commit is contained in:
@@ -28,8 +28,6 @@
|
||||
#include <deque>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#define RECV_TIMEOUT_MSEC 50
|
||||
|
||||
class ReceiverHelper
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user