[vlc-devel] commit: WinCE: check for winsock2.h instead of winsock.h (Geoffroy Couprie )
git version control
git at videolan.org
Mon Sep 29 18:48:46 CEST 2008
vlc | branch: master | Geoffroy Couprie <geo.couprie at gmail.com> | Mon Sep 29 18:50:45 2008 +0200| [13a184d09992629353d36e354e74e0ff4adfc01e] | committer: Geoffroy Couprie
WinCE: check for winsock2.h instead of winsock.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=13a184d09992629353d36e354e74e0ff4adfc01e
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index aab505c..e7988e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -568,7 +568,7 @@ AC_CACHE_CHECK([for struct sockaddr_storage], ac_cv_struct_sockaddr_storage,
[AC_TRY_COMPILE(
[#include <sys/types.h>
#if defined( UNDER_CE )
- # include <winsock.h>
+ # include <winsock2.h>
#elif defined( WIN32 )
# include <winsock2.h>
#else
More information about the vlc-devel
mailing list