WinCE: check for winsock2.h instead of winsock.h

This commit is contained in:
Geoffroy Couprie 2008-09-29 18:50:45 +02:00
parent 9d78b230fd
commit 13a184d099

View File

@ -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