1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/os
0x9ef 82ed0156c5 Fixed clang build for windows.
Fixed:
C:\Users\C182~1\AppData\Local\Temp\ccb5oFDP.o: In function `os__fork':
C:/Users/─рэ //.vlang//v2.exe.c:4831: undefined reference to `fork'
C:\Users\C182~1\AppData\Local\Temp\ccb5oFDP.o: In function `os__wait':
C:/Users/─рэ //.vlang//v2.exe.c:4840: undefined reference to `wait'
collect2.exe: error: ld returned 1 exit status
2019-07-14 12:38:03 +02:00
..
const.v Revert "Added const INVALID_HANDLE_VALUE" 2019-07-04 22:39:20 +02:00
os_lin.v fix compilation on Linux 2019-07-01 17:04:09 +02:00
os_mac.v lots of Windows fixes and cross compilation for Windows 2019-07-01 16:51:17 +02:00
os_test.v os: fork() and wait() 2019-07-14 10:22:41 +02:00
os_win.v make compiler 2019-07-02 21:45:51 +02:00
os.v Fixed clang build for windows. 2019-07-14 12:38:03 +02:00