Fixed typo

This commit is contained in:
ariclone 2001-03-13 20:17:47 +00:00
parent 3255e03015
commit 8a31cfe75a

View file

@ -186,7 +186,7 @@ global unsigned long NetResolveHost(const char* host)
return INADDR_NONE;
}
#ifdef NEW_NETMENUES
#ifdef NEW_NETMENUS
// ARI: I knew how to write this for a unix environment,
// but am quite certain that porting this can cause you
// trouble, esp. to win32. - winipcfg can do, so it's possible..