mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Use _close(), not close(), on Windows
This commit is contained in:
parent
4429f8ea1e
commit
ee8b3d347f
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ struct iovec {
|
|||
#define strncasecmp _strnicmp
|
||||
#define strdup _strdup
|
||||
#define PATH_MAX MAX_PATH
|
||||
#define close _close
|
||||
|
||||
#define posix_memalign(p, a, s) (((*(p)) = _aligned_malloc((s), (a))), *(p) ?0 :errno)
|
||||
|
||||
|
|
Loading…
Reference in a new issue