This commit is contained in:
parent
f357285045
commit
0ece1b092e
23 changed files with 274 additions and 113 deletions
9
lib/os/os_windows.q
Normal file
9
lib/os/os_windows.q
Normal file
|
@ -0,0 +1,9 @@
|
|||
exit(code int) {
|
||||
kernel32.ExitProcess(code)
|
||||
}
|
||||
|
||||
extern {
|
||||
kernel32 {
|
||||
ExitProcess(code uint)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue