(tend_nxtitem,nxtitem,sarg_type,snxtitem,snxtitem_all,snxtsct,nxtitemp):

change NS_ALL to NS_EVERYTHING in ns_seltype because of a
conflict with winsock2.h which is used in the WIN32 build.
This commit is contained in:
Ron Koenderink 2004-12-31 20:14:10 +00:00
parent 9b56e4d5a0
commit c99a5b4f43
7 changed files with 14 additions and 14 deletions

View file

@ -74,8 +74,8 @@ nxtitemp(struct nstr_item *np, int owner)
if ((np->flags & EFF_OWNER) && !owner)
selected = 0;
break;
case NS_ALL:
/* XXX maybe combine NS_LIST and NS_ALL later */
case NS_EVERYTHING:
/* XXX maybe combine NS_LIST and NS_EVERYTHING later */
break;
case NS_DIST:
if (!xyinrange(gp->x, gp->y, &np->range)) {