ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] capture_if_dlg.c has weird #if directive+ proto_tree_add_item

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Gisle Vanem" <giva@xxxxxxxxx>
Date: Sun, 29 Aug 2004 20:15:54 +0200
> Why does it not compile unless WIN32 is defined in pcap.h?

I guess it's because WIN32 isn't a built-in in MSVC (in some
cases?). But _WIN32 always is.

--gv