Merge branch 'master' into cmark

This commit is contained in:
Jeroen van Rijn
2022-09-01 23:42:15 +02:00
15 changed files with 539 additions and 27 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ Locale :: struct {
@(default_calling_convention="c", link_prefix="SDL_")
foreign lib {
GetPreferredLocales :: proc() -> ^Locale ---
GetPreferredLocales :: proc() -> [^]Locale ---
}
// misc