Commit 558437e7 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

include: Add PF_INET6 define.

parent be059eaa
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment