1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-22 18:25:57 +01:00

Merge pull request #458 from demiquartz/fix-macro-name-conflict

Fix conflict between variable and macro name
This commit is contained in:
Matias Fontanini
2022-01-30 09:04:08 -08:00
committed by GitHub

View File

@@ -32,6 +32,9 @@
#include <netinet/in.h>
#include <sys/socket.h>
#else
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <ws2tcpip.h>
#endif
#include <tins/ipv6.h>