Commit 7ed683d0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Don't work-around would-be bugs in the configure checks.

parent c4c30066
......@@ -32,12 +32,7 @@
# define __VLC_NETWORK_H
#if defined( WIN32 )
# if defined(UNDER_CE) && defined(sockaddr_storage)
# undef sockaddr_storage
# endif
# if defined(UNDER_CE)
# define HAVE_STRUCT_ADDRINFO
# else
# if !defined(UNDER_CE)
# define _NO_OLDNAMES 1
# include <io.h>
# 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