mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 20:17:42 +00:00
ported osproc.nim to ARC
This commit is contained in:
@@ -617,7 +617,7 @@ when defined(Windows) and not defined(useNimRtl):
|
||||
when useWinUnicode:
|
||||
var tmp = newWideCString(cmdl)
|
||||
var ee =
|
||||
if e.str.isNil: nil
|
||||
if e.str.isNil: newWideCString(nil)
|
||||
else: newWideCString(e.str, e.len)
|
||||
var wwd = newWideCString(wd)
|
||||
var flags = NORMAL_PRIORITY_CLASS or CREATE_UNICODE_ENVIRONMENT
|
||||
|
||||
Reference in New Issue
Block a user