mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
live: use mostly pure V code for reloading, eases customization
This commit is contained in:
@@ -2,6 +2,7 @@ module dl
|
||||
|
||||
pub const (
|
||||
RTLD_NOW = 0
|
||||
RTLD_LAZY = 0
|
||||
DL_EXT = '.dll'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user