fix thisx hack (#299)

This commit is contained in:
Random 2022-05-12 12:21:25 +09:00 committed by GitHub
parent 4aeed97e3a
commit 0adad641a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2404,6 +2404,7 @@ void Heaps_Alloc(void);
void Heaps_Free(void);
#ifdef __cplusplus
#undef this
};
#endif