mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Merge branch 'master' into cmark
This commit is contained in:
Vendored
+1
-1
@@ -200,7 +200,7 @@ Locale :: struct {
|
||||
|
||||
@(default_calling_convention="c", link_prefix="SDL_")
|
||||
foreign lib {
|
||||
GetPreferredLocales :: proc() -> ^Locale ---
|
||||
GetPreferredLocales :: proc() -> [^]Locale ---
|
||||
}
|
||||
|
||||
// misc
|
||||
|
||||
Reference in New Issue
Block a user