This commit is contained in:
azw 2023-05-05 23:11:05 +00:00
parent b9d6982944
commit c5e180a96a
2 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,8 @@
#include <a8/a8.h>
#include <a8/asiotcpclient.h>
#ifdef USE_ASIO
const int MAX_RECV_BUFFERSIZE = 1024 * 64;
namespace a8
@ -249,3 +251,5 @@ namespace a8
}
}
#endif

View File

@ -1,5 +1,7 @@
#pragma once
#ifdef USE_ASIO
namespace a8
{
@ -43,3 +45,5 @@ namespace a8
};
}
#endif