Try something else

This commit is contained in:
Dmitri Tikhonov 2020-10-28 08:40:07 -04:00
parent ee8b3d347f
commit 8beccbc3b6
2 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,6 @@ 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)