You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(calling-convention): Standardize calling conventions and variadic macros (#2067)
Standardize function calling conventions and variadic macro definitions
for MinGW-w64 compatibility.
Changes:
- Add missing __cdecl to function pointers in GameText.h
- Fix VA_ARGS macro definitions to use __VA_ARGS__ properly
- Ensure consistent calling conventions across platforms
This resolves calling convention mismatches that could cause
undefined behavior when crossing DLL boundaries or using
variadic macros with MinGW-w64.
0 commit comments