Remove random ifndef WIN32

I never found a reason for it existing, but it also never affected much anyway.
This commit is contained in:
TingPing 2014-06-03 10:02:19 -04:00
parent 8538dd1a49
commit 518669de80
1 changed files with 0 additions and 2 deletions

View File

@ -861,9 +861,7 @@ inbound_005 (server * serv, char *word[], const message_tags_data *tags_data)
serv->have_whox = TRUE;
} else if (strcmp (word[w], "EXCEPTS") == 0)
{
#ifndef WIN32
serv->have_except = TRUE;
#endif
} else if (strcmp (word[w], "INVEX") == 0)
{
/* supports mode letter +I, default channel invite */