mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-26 12:54:57 +00:00
Correct SDL.OpenURL
This commit is contained in:
2
vendor/sdl2/sdl2.odin
vendored
2
vendor/sdl2/sdl2.odin
vendored
@@ -206,7 +206,7 @@ foreign lib {
|
||||
|
||||
@(default_calling_convention="c", link_prefix="SDL_")
|
||||
foreign lib {
|
||||
SDL_OpenURL :: proc(url: rawptr) -> c.int ---
|
||||
OpenURL :: proc(url: cstring) -> c.int ---
|
||||
}
|
||||
|
||||
// platform
|
||||
|
||||
Reference in New Issue
Block a user