|
@@ -244,10 +244,6 @@ HL_API int uvszprintf( uchar *out, int out_size, const uchar *fmt, va_list argli
|
|
|
# define utoi(s,end) wcstol(s,end,10)
|
|
|
# define ucmp(a,b) wcscmp(a,b)
|
|
|
# define utostr(out,size,str) wcstombs(out,str,size)
|
|
|
-#elif defined(HL_MAC)
|
|
|
-typedef uint16_t uchar;
|
|
|
-# undef USTR
|
|
|
-# define USTR(str) u##str
|
|
|
#else
|
|
|
# include <stdarg.h>
|
|
|
#if defined(HL_IOS) || defined(HL_TVOS) || defined(HL_MAC)
|