aboutsummaryrefslogtreecommitdiff
path: root/include/compat/win32netcompat.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Windows compatibility fixesBrent Cook2015-10-181-3/+8
| | | | | | | | | | | VS2013 has trouble with relative include paths for apps/openssl, so move certhash_win/apps_win.c back to apps/openssl. gmtime_r on mingw64 fails with negative time_t, override gmtime_s fails all of the time unit tests, override SHUT_RD/WR are defined in newer mingw64 headers, check before overriding
* add initial CMake and Visual Studio build supportBrent Cook2015-07-211-0/+48
This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.