mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
dynlib: add last_error procedure
This commit is contained in:
@@ -13,3 +13,7 @@ _unload_library :: proc(library: Library) -> bool {
|
||||
_symbol_address :: proc(library: Library, symbol: string) -> (ptr: rawptr, found: bool) {
|
||||
return nil, false
|
||||
}
|
||||
|
||||
_last_error :: proc() -> string {
|
||||
return ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user