mirror of https://github.com/PCSX2/pcsx2.git
dev9: fix not defined macro warning.
This commit is contained in:
parent
a7c9005626
commit
3d12b33113
|
@ -14,7 +14,7 @@
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
#if not defined(_WIN32)
|
||||
#if !defined(_WIN32)
|
||||
#include "pcap.h"
|
||||
#endif
|
||||
#include "net.h"
|
||||
|
|
Loading…
Reference in New Issue