NONET should also disable UPNP support

This commit is contained in:
Alam Ed Arias 2016-08-13 10:12:14 -04:00
parent da23d93b00
commit bdb5db878a
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,9 @@
//#define NONET
#endif
#ifndef NONET
#ifdef NONET
#undef HAVE_MINIUPNPC
#else
#ifdef USE_WINSOCK1
#include <winsock.h>
#elif !defined (SCOUW2) && !defined (SCOUW7) && !defined (__OS2__)