From: RĂ©mi Denis-Courmont Date: Thu, 24 Jan 2008 17:05:18 +0000 (+0000) Subject: Don't work-around would-be bugs in the configure checks. X-Git-Tag: 0.9.0-test0~3233 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7ed683d0c98453f304fb574aa98ab625e4d8eab0;p=vlc Don't work-around would-be bugs in the configure checks. --- diff --git a/include/vlc_network.h b/include/vlc_network.h index 1e4d8f73c0..e13a8ebda3 100644 --- a/include/vlc_network.h +++ b/include/vlc_network.h @@ -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 # endif