mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
dl: always use dl.get_shared_library_extension() for dl.dl_ext
This commit is contained in:
@ -3,7 +3,6 @@ module dl
|
||||
pub const (
|
||||
rtld_now = 0
|
||||
rtld_lazy = 0
|
||||
dl_ext = '.dll'
|
||||
)
|
||||
|
||||
fn C.LoadLibrary(libfilename C.LPCWSTR) voidptr
|
||||
|
Reference in New Issue
Block a user