Don't use uchar.h on macos

This commit is contained in:
Abdelrahman Said 2025-05-20 16:52:12 +01:00
parent 74164717d0
commit d452225d02

View File

@ -4,7 +4,7 @@
#include "../platform/platform.h"
#include <stdint.h>
#if WAPP_PLATFORM_C_VERSION >= WAPP_PLATFORM_C11_VERSION
#if WAPP_PLATFORM_C_VERSION >= WAPP_PLATFORM_C11_VERSION && !defined(WAPP_PLATFORM_APPLE)
#include <uchar.h>
#if WAPP_PLATFORM_C_VERSION >= WAPP_PLATFORM_C23_VERSION