Guy Harris schrieb: > <pcap.h> should be including <stdio.h>; is the problem that including > <stdio.h> from <pcap.h> before other includes is causing problems with > MSVC 2008 I've done these changes some days ago, so I can't remember what the actual problem was. One of the changes was only to add a stdio.h include in one file, so there's probably a problem here ...
However, I found it to have the "system" includes like stdio.h before the pcap.h includes a good idea anyway. Regards, ULFL _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
