mirror of
https://github.com/mfontanini/libtins
synced 2026-01-28 04:34:27 +01:00
Replace WIN32 macro with _WIN32.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#ifdef TINS_DEBUG
|
||||
#include <cassert>
|
||||
#endif
|
||||
#ifndef WIN32
|
||||
#ifndef _WIN32
|
||||
#include <netinet/in.h>
|
||||
#include <sys/socket.h>
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user