Correct C23 Checks (#2144)
This commit is contained in:
@@ -170,7 +170,7 @@ struct SoundChannel
|
||||
|
||||
struct MusicPlayerInfo;
|
||||
|
||||
#if !MODERN
|
||||
#if __STDC_VERSION__ < 202311L
|
||||
typedef void (*MPlayFunc)();
|
||||
#else
|
||||
typedef void (*MPlayFunc)(...);
|
||||
|
||||
@@ -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)(...);
|
||||
|
||||
Reference in New Issue
Block a user