Files
n2n/include
Hamish Coleman 21ac30c121 Use the correct modern windows sockets header
As suggested in a PR from @Legend-Master (this change is basically
unrelated to the main point of his PR, so extracted here)

Windows is a confusing and disappointing development environment.  They
completely replaced all the definitions in winsock.h with exact
equivalents in winsock2.h (except for a small number of deprecated
functions).

However they didnt make them mutually exclusive - so if you include
both, you get errors.  They also automatically include winsock.h from
windows.h, so you must remember to include winsock2.h first.  They also
didnt just remove winsock.h and replace it with the new contents.

(Probably in the name of "compatibility", whilst swearing that the new
winsock is the same as the old one - because if you cannot believe two
inconsistent things simultaneously, you shouldnt be a windows
programmer)

All these things are totally nuts.  Thanks, windows dev environment,
for not noticing that this is nuts
2023-06-25 02:46:03 +08:00
..
2023-06-14 21:22:25 +01:00
2023-06-13 21:24:30 +01:00
2023-06-13 21:45:11 +01:00
2022-03-12 10:22:42 +01:00
2023-06-13 22:38:47 +01:00
2023-06-14 19:52:10 +01:00
2022-03-12 10:22:42 +01:00
2022-03-12 10:22:42 +01:00
2022-03-12 10:22:42 +01:00
2022-03-12 10:22:42 +01:00
2022-03-12 10:22:42 +01:00
2023-06-14 20:02:54 +01:00
2022-03-12 10:22:42 +01:00
2023-06-14 20:14:11 +01:00
2022-03-12 10:22:42 +01:00
2023-06-14 20:30:43 +01:00
2023-06-14 20:59:09 +01:00
2022-03-12 10:22:42 +01:00