Reorganized sys functions
This commit is contained in:
parent
170931cf5d
commit
9dcd43be46
15 changed files with 110 additions and 120 deletions
3
lib/sys/proc_windows.q
Normal file
3
lib/sys/proc_windows.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
exit(code Int) {
|
||||
kernel32.ExitProcess(code)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue