Add support for conditionally enabling ipv6
(cherry picked from commit 6b0d84fc95
)
This commit is contained in:

committed by
Marcelo Roberto Jimenez

parent
7137f6e261
commit
ae516b6bd3
@@ -186,8 +186,9 @@ typedef struct
|
||||
/* globals */
|
||||
|
||||
CLIENTONLY(extern SOCKET gSsdpReqSocket4;);
|
||||
#ifdef UPNP_ENABLE_IPV6
|
||||
CLIENTONLY(extern SOCKET gSsdpReqSocket6;);
|
||||
|
||||
#endif
|
||||
typedef int (*ParserFun)(char *, Event *);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user