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
|
#pragma once
|
||||||
#if not defined(_WIN32)
|
#if !defined(_WIN32)
|
||||||
#include "pcap.h"
|
#include "pcap.h"
|
||||||
#endif
|
#endif
|
||||||
#include "net.h"
|
#include "net.h"
|
||||||
|
|
Loading…
Reference in New Issue