1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/core
Sebastián Katzer 1fa0d496bb Fix Iphlpapi.h -> iphlpapi.h
If you cross compile for Windows you will get an error otherwise that the header cannot be found.
See here for code example from microsoft: https://docs.microsoft.com/en-us/windows/desktop/iphlp/creating-a-basic-ip-helper-application
2018-08-30 05:41:18 +08:00
..
alloc.c refactor: core code in lib/core and private-libwebsockets.h to core/private.h 2018-05-03 10:49:36 +08:00
context.c fd_cloexec: add and use lws_open wrapper and lws_plat_apply_FD_CLOEXEC() on cgi 2018-06-23 13:02:12 +08:00
libwebsockets.c Fix Iphlpapi.h -> iphlpapi.h 2018-08-30 05:41:18 +08:00
output.c http: defer transaction completed if partial pending 2018-06-16 13:24:26 +08:00
pollfd.c windows: cleanup wrong and duplicated socket validity helpers 2018-05-06 07:22:25 +08:00
private.h libwebsockets.h: clean out some boilerplate better put in core/private.h 2018-08-16 19:11:54 +08:00
service.c refactor: core code in lib/core and private-libwebsockets.h to core/private.h 2018-05-03 10:49:36 +08:00