Correct C23 Checks (#2144)

This commit is contained in:
Kurausukun
2025-05-19 10:43:06 -04:00
committed by GitHub
parent 59d315734d
commit bd0a02c456
5 changed files with 9 additions and 9 deletions

View File

@@ -316,7 +316,7 @@ struct STWIStatus
u8 recoveryCount;
u8 unk_16;
u8 unk_17;
#if !MODERN
#if __STDC_VERSION__ < 202311L
void (*callbackM)();
#else
void (*callbackM)(...);