1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/win32port/win32helpers
Andreas Pakulat dae94d8adc Windows Fix usage in Windows XP targetting projects
This is important since this stuff is in publicly included headers
and even though the usage of the WSAPoll API is a runtime decision
the public headers may be used in code that needs to build with
_WIN32_WINNT=0x0501 to support WinXP.

When building a project using libwebsockets with that define set
to 0x0501 winsock.h will not define the WSAPOLLFD struct causing that
project to fail to compile.
2013-11-04 10:18:14 +08:00
..
sys introduce win32 build capability 2011-03-02 22:03:47 +00:00
getopt.c update win32 support for zlib 2011-03-10 18:19:10 +00:00
getopt.h update win32 support for zlib 2011-03-10 18:19:10 +00:00
getopt_long.c update win32 support for zlib 2011-03-10 18:19:10 +00:00
gettimeofday.c fix win32helpers gettimeofday epoch 2013-03-05 08:41:47 +08:00
gettimeofday.h mingw gettimeofday avoid missing include 2012-04-12 13:31:12 +08:00
netdb.h introduce win32 build capability 2011-03-02 22:03:47 +00:00
strings.h introduce win32 build capability 2011-03-02 22:03:47 +00:00
unistd.h introduce win32 build capability 2011-03-02 22:03:47 +00:00
websock-w32.c mingw add win32helper to lib and fix extpoll 2012-04-12 13:32:19 +08:00
websock-w32.h Windows Fix usage in Windows XP targetting projects 2013-11-04 10:18:14 +08:00