dev9: fix not defined macro warning.

This commit is contained in:
lightningterror 2020-11-06 23:11:08 +01:00
parent a7c9005626
commit 3d12b33113
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
*/
#pragma once
#if not defined(_WIN32)
#if !defined(_WIN32)
#include "pcap.h"
#endif
#include "net.h"