mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
NONET should also disable UPNP support
This commit is contained in:
parent
da23d93b00
commit
bdb5db878a
1 changed files with 3 additions and 1 deletions
|
|
@ -56,7 +56,9 @@
|
||||||
//#define NONET
|
//#define NONET
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NONET
|
#ifdef NONET
|
||||||
|
#undef HAVE_MINIUPNPC
|
||||||
|
#else
|
||||||
#ifdef USE_WINSOCK1
|
#ifdef USE_WINSOCK1
|
||||||
#include <winsock.h>
|
#include <winsock.h>
|
||||||
#elif !defined (SCOUW2) && !defined (SCOUW7) && !defined (__OS2__)
|
#elif !defined (SCOUW2) && !defined (SCOUW7) && !defined (__OS2__)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue