Commit f3827223 authored by Vitaly Lipatov's avatar Vitaly Lipatov Committed by Alexandre Julliard

iphplapi: Define IF_NAMESIZE if missing.

parent 46a96312
......@@ -97,6 +97,10 @@
#define ETH_ALEN 6
#endif
#ifndef IF_NAMESIZE
#define IF_NAMESIZE 16
#endif
#ifndef INADDR_NONE
#define INADDR_NONE (~0U)
#endif
......
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