From 9d750d405f5459406fe8b6f2046491b244086951 Mon Sep 17 00:00:00 2001 From: Random06457 <28494085+Random06457@users.noreply.github.com> Date: Thu, 12 May 2022 09:11:35 +0900 Subject: [PATCH] fix thisx hack --- soh/include/functions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/include/functions.h b/soh/include/functions.h index 4cbc285a3..360afc687 100644 --- a/soh/include/functions.h +++ b/soh/include/functions.h @@ -2404,6 +2404,7 @@ void Heaps_Alloc(void); void Heaps_Free(void); #ifdef __cplusplus +#undef this }; #endif