Expose more POSIX functions on Mingw.
This commit is contained in:
committed by
Nikolay Igotti
parent
02e53f95f8
commit
55d4f3efac
@@ -5,6 +5,7 @@ headers = assert.h complex.h ctype.h dirent.h errno.h fcntl.h \
|
||||
setjmp.h signal.h stdint.h stdio.h stdlib.h string.h \
|
||||
time.h uchar.h unistd.h utime.h wchar.h wctype.h
|
||||
noStringConversion = send sendto recv
|
||||
compilerOpts = -DUNICODE -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DWINAPI_FAMILY=3 -DOEMRESOURCE -D_POSIX_C_SOURCE=1
|
||||
linkerOpts = -lWs2_32
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user