(NS_ALL) [_WIN32]: Change NS_EVERYTHING back to NS_ALL, #undef NS_ALL to prevent conflict with winsock2.h
This commit is contained in:
parent
e215af5ac5
commit
0b172c6553
11 changed files with 22 additions and 16 deletions
|
@ -74,8 +74,8 @@ nxtitemp(struct nstr_item *np, int owner)
|
|||
if ((np->flags & EFF_OWNER) && !owner)
|
||||
selected = 0;
|
||||
break;
|
||||
case NS_EVERYTHING:
|
||||
/* XXX maybe combine NS_LIST and NS_EVERYTHING later */
|
||||
case NS_ALL:
|
||||
/* XXX maybe combine NS_LIST and NS_ALL later */
|
||||
break;
|
||||
case NS_DIST:
|
||||
if (!xyinrange(gp->x, gp->y, &np->range)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue