dynlib: unload library before loading again & add LIBRARY_FILE_EXTENSION constant

This commit is contained in:
Laytan Laats
2024-12-01 11:54:56 +11:00
committed by flysand7
parent 47888794c8
commit e6a9f93e9f
5 changed files with 39 additions and 21 deletions
+2
View File
@@ -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
}