Skip to content

Commit e80574e

Browse files
committed
still remove for _WIN32
1 parent 4aa89c4 commit e80574e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pcap-int.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ struct pcap {
288288
*/
289289
int bpf_codegen_flags;
290290

291+
#if !defined(_WIN32)
291292
int selectable_fd; /* FD on which select()/poll()/epoll_wait()/kevent()/etc. can be done */
292293

293294
/*
@@ -302,6 +303,7 @@ struct pcap {
302303
* prepared not to see any packets from the attempt.
303304
*/
304305
const struct timeval *required_select_timeout;
306+
#endif
305307

306308
/*
307309
* Placeholder for filter code if bpf not in kernel.

0 commit comments

Comments
 (0)