mirror of
https://github.com/mfontanini/libtins
synced 2026-01-26 03:51:35 +01:00
Replace WIN32 macro with _WIN32.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include <cassert>
|
||||
#endif
|
||||
#include <stdexcept>
|
||||
#ifndef WIN32
|
||||
#ifndef _WIN32
|
||||
#include <sys/types.h>
|
||||
#include <net/ethernet.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user