mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-28 01:03:56 +00:00
Fix for SDL GetPreferredLocales
This commit is contained in:
2
vendor/sdl2/sdl2.odin
vendored
2
vendor/sdl2/sdl2.odin
vendored
@@ -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