]> git.sesse.net Git - vlc/commitdiff
Don't work-around would-be bugs in the configure checks.
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 24 Jan 2008 17:05:18 +0000 (17:05 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 24 Jan 2008 17:05:18 +0000 (17:05 +0000)
include/vlc_network.h

index 1e4d8f73c060b4da04e7fb0e1b75714aea98111a..e13a8ebda356c913702a05546c7c765e218f75d4 100644 (file)
 # 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