aboutsummaryrefslogtreecommitdiff
path: root/win32/include/winapi/mswsock.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove misc. filesgrischka2016-10-011-193/+0
| | | | | | | | | | | | - from win32/include/winapi: various .h The winapi header set cannot be complete no matter what. So lets have just the minimal set necessary to compile the examples. - remove CMake support (hard to keep up to date) - some other files Also, drop useless changes in win32/lib/(win)crt1.c
* win32: Add missing header files for nginx compilationseyko2016-04-131-0/+193
From: Vlad Vissoultchev Date: Tue, 12 Apr 2016 21:02:43 +0300 Subject: win32: Add missing header files for nginx compilation The new ones are hoisted from mingw-w64 as most other headers under `win32/include/winapi`