Skip to content

Commit

Permalink
No system defines WSAENFILE
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Mar 24, 2021
1 parent bb1aa15 commit 23660a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions otherlibs/win32unix/unixsupport.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,6 @@ static struct error_entry win_error_table[] = {
{ WSAEINVAL, 0, EINVAL },
{ WSAEMFILE, 0, EMFILE },
{ WSAENAMETOOLONG, 0, ENAMETOOLONG },
#ifdef WSAENFILE
{ WSAENFILE, 0, ENFILE },
#endif
{ WSAENOTEMPTY, 0, ENOTEMPTY },
{ 0, -1, 0 }
};
Expand Down

0 comments on commit 23660a5

Please sign in to comment.