1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-27 20:24:26 +01:00

Replace WIN32 macro with _WIN32.

This commit is contained in:
Matias Fontanini
2015-05-02 16:25:59 -07:00
parent a7a63483df
commit a607ab380c
28 changed files with 108 additions and 110 deletions

View File

@@ -32,7 +32,7 @@
#ifdef TINS_DEBUG
#include <cassert>
#endif
#ifndef WIN32
#ifndef _WIN32
#include <netinet/in.h>
#endif
#include "rawpdu.h"