From 744f9408ce8e8b3851588d519cf2100ded0dfd24 Mon Sep 17 00:00:00 2001 From: nihui Date: Thu, 22 Feb 2024 11:19:57 +0800 Subject: [PATCH] Update ruapu.h --- ruapu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ruapu.h b/ruapu.h index 7bcba2b..ff3c19e 100644 --- a/ruapu.h +++ b/ruapu.h @@ -139,6 +139,7 @@ static int ruapu_detect_isa(ruapu_some_inst some_inst) #endif #else // defined _WIN32 || defined __ANDROID__ || defined __linux__ || defined __APPLE__ +typedef const void* ruapu_some_inst; static int ruapu_detect_isa(const void* some_inst) { // unknown platform, bare metal os ?