diff options
author | Guy Harris <gharris@sonic.net> | 2020-07-03 00:39:59 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2020-07-03 00:39:59 -0700 |
commit | 7562b3551fccea31530ebf98991c26041b6529a0 (patch) | |
tree | e4db357dc38c971b691beac6c542df81d77abfc4 /pcap.c | |
parent | 853c2508d54d1c270a97cb6101bbbbd17ce2c74d (diff) |
Spell _WIN32 correctly.
[skip ci]
Diffstat (limited to 'pcap.c')
-rw-r--r-- | pcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ struct rtentry; /* declarations in <net/if.h> */ #include "pcap-airpcap.h" #endif -#ifdef _WI32 +#ifdef _WIN32 LPCSTR PacketGetLPCSTR(void) { |