Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
13a184d0
Commit
13a184d0
authored
Sep 29, 2008
by
geal
Browse files
WinCE: check for winsock2.h instead of winsock.h
parent
9d78b230
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
13a184d0
...
...
@@ -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 <winsock
2
.h>
#elif defined( WIN32 )
# include <winsock2.h>
#else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment