Update yasio to latest

This commit is contained in:
halx99 2023-05-14 22:39:05 +08:00
parent 08fee88813
commit 50b9249e28
9 changed files with 10 additions and 11 deletions

View File

@ -43,7 +43,7 @@ typedef SSIZE_T ssize_t;
#include <string>
#include <mutex>
#include <stdarg.h>
#include "yasio/detail/socket.hpp"
#include "yasio/core/socket.hpp"
#include "base/CCRef.h"
#include "base/ccMacros.h"

View File

@ -44,7 +44,7 @@ THE SOFTWARE.
#include "yasio/core/ibstream.hpp"
#include "yasio/core/obstream.hpp"
#include "yasio/detail/sz.hpp"
#include "yasio/core/sz.hpp"
#include "base/CCUserDefault.h"
#include "platform/CCCommon.h"

View File

@ -1,6 +1,6 @@
#include "SimpleTimer.h"
#include "yasio/core/object_pool.hpp"
#include "yasio/detail/ref_ptr.hpp"
#include "yasio/core/ref_ptr.hpp"
#include "axmol.h"
#define STIMER_DEFINE_REFERENCE_CLASS \

View File

@ -20,7 +20,7 @@
#include <deque>
#include "astcenc/astcenc.h"
#include "astcenc/astcenc_internal_entry.h"
#include "yasio/detail/utils.hpp"
#include "yasio/core/utils.hpp"
#define ASTCDEC_NO_CONTEXT 1
#define ASTCDEC_PRINT_BENCHMARK 0

View File

@ -5,9 +5,9 @@
# include <TargetConditionals.h>
# include <assert.h>
# include "yasio/detail/endian_portable.hpp"
# include "yasio/stl/string_view.hpp"
# include "yasio/detail/sz.hpp"
# include "yasio/core/endian_portable.hpp"
# include "yasio/core/sz.hpp"
#if TARGET_OS_IPHONE
# import <UIKit/UIKit.h>

View File

@ -19,7 +19,7 @@
# include "MFUtils.h"
# include "ntcvt/ntcvt.hpp"
# include "yasio/detail/sz.hpp"
# include "yasio/core/sz.hpp"
NS_AX_BEGIN

View File

@ -27,7 +27,7 @@
#include "network/HttpCookie.h"
#include "network/Uri.h"
#include "platform/CCFileUtils.h"
#include "yasio/detail/utils.hpp"
#include "yasio/core/utils.hpp"
#include <stdio.h>
#include <stdlib.h>

View File

@ -36,9 +36,8 @@
# include "platform/CCFileUtils.h"
# include "ui/UIHelper.h"
# include "media/MediaEngine.h"
# include "yasio/core/byte_buffer.hpp"
# include "ui/LayoutHelper.h"
# include "yasio/detail/sz.hpp"
# include "yasio/core/byte_buffer.hpp"
//-----------------------------------------------------------------------------------------------------------
USING_NS_AX;

View File

@ -36,7 +36,7 @@
#include <string>
#include <sstream>
#include "yasio/detail/byte_buffer.hpp"
#include "yasio/core/byte_buffer.hpp"
USING_NS_AX;
using namespace ax::network;