iphplapi: Define IF_NAMESIZE if missing.

oldstable
Vitaly Lipatov 2006-02-24 13:27:45 +03:00 committed by Alexandre Julliard
parent 46a96312e5
commit f382722390
1 changed files with 4 additions and 0 deletions

View File

@ -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