mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-10 05:11:37 -07:00
Merge pull request #1993 from SyndaKitty/master
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