mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-01 01:31:49 -07:00
Fix for SDL GetPreferredLocales
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