include: Add PF_INET6 define.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alistair Leslie-Hughes 2019-08-01 03:28:53 +00:00 committed by Alexandre Julliard
parent be059eaa89
commit 558437e73b
1 changed files with 6 additions and 0 deletions

View File

@ -92,6 +92,12 @@ extern "C" {
#define WS_SOCK_SEQPACKET 5
#endif /* USE_WS_PREFIX */
/* protocol families */
#ifndef USE_WS_PREFIX
#define PF_INET6 AF_INET6
#endif
/* option flags per socket */
#define FD_MAX_EVENTS 10