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)(...);
|
||||
|
||||
Reference in New Issue
Block a user