* net.cc: Avoid a warning in declaration inet_network.
This commit is contained in:
parent
698c627424
commit
e77d29a973
|
@ -128,7 +128,7 @@ cygwin_inet_addr (const char *cp)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* undocumented in wsock32.dll */
|
/* undocumented in wsock32.dll */
|
||||||
extern "C" unsigned int inet_network (const char *);
|
extern "C" unsigned int WINAPI inet_network (const char *);
|
||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
unsigned int
|
unsigned int
|
||||||
|
|
Loading…
Reference in New Issue