Argh, fine. I will pull out VS2019 and fix it myself. Don't CI this please.

This commit is contained in:
Jonathan Campbell
2023-05-14 07:35:07 -07:00
parent f19e31d893
commit e0a446ed63

View File

@@ -9,8 +9,6 @@
# if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
# include <winsock.h>
# define htobe16(x) htons(x)
# define htole16(x) (x)
# define be16toh(x) ntohs(x)
@@ -52,8 +50,6 @@
# if BYTE_ORDER == LITTLE_ENDIAN
# include <winsock.h>
# define htobe16(x) htons(x)
# define htole16(x) (x)
# define be16toh(x) ntohs(x)