diff options
| -rw-r--r-- | xmake/core/sandbox/modules/winos.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/sandbox/modules/winos.lua b/xmake/core/sandbox/modules/winos.lua index 65603897b..0466e746b 100644 --- a/xmake/core/sandbox/modules/winos.lua +++ b/xmake/core/sandbox/modules/winos.lua @@ -34,9 +34,9 @@ sandbox_winos.console_output_cp = winos.console_output_cp sandbox_winos.logical_drives = winos.logical_drives sandbox_winos.cmdargv = winos.cmdargv sandbox_winos.processes = winos.processes -sandbox_winos.file_signature = winos.file_signature sandbox_winos.inherit_handles_safely = winos.inherit_handles_safely sandbox_winos.set_error_mode = winos.set_error_mode +sandbox_winos.file_signature = winos.file_signature -- get windows system version function sandbox_winos.version() |
