Fix va_list for another platform

This commit is contained in:
Dan Balasescu 2024-10-23 17:03:09 +09:00
parent c991b5bd06
commit 140e73678d
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ base_command = [
"wchar_t *=IntPtr", # wchar_t has a platform-defined size
"bool=SDLBool", # treat bool as C# helper type
"__va_list=byte*",
"__va_list_tag=byte",
"--define-macro",
"SDL_FUNCTION_POINTER_IS_VOID_POINTER",