From 0c1394178d242e352e7ca82eb842c8031995497e Mon Sep 17 00:00:00 2001 From: J Reece Wilson Date: Mon, 4 Dec 2023 20:45:26 +0000 Subject: [PATCH] [*] Caught bad typedef on a different toolchain --- AuroraTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AuroraTypes.h b/AuroraTypes.h index 311ee9f..58455b7 100644 --- a/AuroraTypes.h +++ b/AuroraTypes.h @@ -42,4 +42,4 @@ #error unsupported architecture. currently supports: aarch64 x86_64 x86_32 #endif -typedef size_t Handle_ct; \ No newline at end of file +typedef size_ct Handle_ct; \ No newline at end of file