mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-17 00:17:40 +00:00
miniupnpc: disable HAS_IP_MREQN for Cygwin
This commit is contained in:
parent
2b958b85e5
commit
691c9d9947
@ -1,4 +1,4 @@
|
||||
/* $Id: miniupnpc.c,v 1.104 2012/04/09 12:40:11 nanard Exp $ */
|
||||
/* $Id: miniupnpc.c,v 1.105 2012/04/11 05:50:53 nanard Exp $ */
|
||||
/* Project : miniupnp
|
||||
* Web : http://miniupnp.free.fr/
|
||||
* Author : Thomas BERNARD
|
||||
@ -17,7 +17,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(MACOSX) && !defined(_WIN32)
|
||||
#if !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(MACOSX) && !defined(_WIN32) && !defined(__CYGWIN__)
|
||||
#define HAS_IP_MREQN
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user