mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00: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_")
|
@(default_calling_convention="c", link_prefix="SDL_")
|
||||||
foreign lib {
|
foreign lib {
|
||||||
GetPreferredLocales :: proc() -> ^Locale ---
|
GetPreferredLocales :: proc() -> [^]Locale ---
|
||||||
}
|
}
|
||||||
|
|
||||||
// misc
|
// misc
|
||||||
|
|||||||
Reference in New Issue
Block a user