From a5aa4b13747cc19d2d245b83825fdab5ce5063f9 Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:47:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3xcode15=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- external/ios/include/uv/uv.h | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/external/ios/include/uv/uv.h b/external/ios/include/uv/uv.h index 717c2e5..9ad70f1 100644 --- a/external/ios/include/uv/uv.h +++ b/external/ios/include/uv/uv.h @@ -23,6 +23,24 @@ #ifndef UV_H #define UV_H + +#include "uv/errno.h" +#include "uv/version.h" +#include +#include + +#if defined(_MSC_VER) && _MSC_VER < 1600 +# include "uv/stdint-msvc2008.h" +#else +# include +#endif + +#if defined(_WIN32) +# include "uv/win.h" +#else +# include "uv/unix.h" +#endif + #ifdef __cplusplus extern "C" { #endif @@ -45,22 +63,7 @@ extern "C" { # define UV_EXTERN /* nothing */ #endif -#include "uv/errno.h" -#include "uv/version.h" -#include -#include -#if defined(_MSC_VER) && _MSC_VER < 1600 -# include "uv/stdint-msvc2008.h" -#else -# include -#endif - -#if defined(_WIN32) -# include "uv/win.h" -#else -# include "uv/unix.h" -#endif /* Expand this list if necessary. */ #define UV_ERRNO_MAP(XX) \