mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
dynlib: unload library before loading again & add LIBRARY_FILE_EXTENSION constant
This commit is contained in:
@@ -4,6 +4,8 @@ package dynlib
|
||||
|
||||
import "base:runtime"
|
||||
|
||||
_LIBRARY_FILE_EXTENSION :: ""
|
||||
|
||||
_load_library :: proc(path: string, global_symbols: bool, allocator: runtime.Allocator) -> (Library, bool) {
|
||||
return nil, false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user