Skip to content
Snippets Groups Projects
Commit f3827223 authored by Vitaly Lipatov's avatar Vitaly Lipatov Committed by Alexandre Julliard
Browse files

iphplapi: Define IF_NAMESIZE if missing.

parent 46a96312
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment