1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/win32port
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
..
client Added "Release DLL" configuration. 2011-09-26 17:30:34 +01:00
libwebsocketswin32 remove deprecated vcxproj 2013-02-07 20:25:28 +08:00
server Added "Release DLL" configuration. 2011-09-26 17:30:34 +01:00
win32helpers Windows Fix usage in Windows XP targetting projects 2013-11-04 10:18:14 +08:00
zlib revert zlib update 1.2.7 2013-01-19 15:11:23 +08:00
win32port.sln Added "Release DLL" configuration. 2011-09-26 17:30:34 +01:00