Wireshark-commits: [Wireshark-commits] rev 46150: /trunk/ /trunk/: capture_win_ifnames.c

Date: Fri, 23 Nov 2012 08:33:01 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46150

User: guy
Date: 2012/11/23 12:33 AM

Log:
 We don't need ole32.lib any more; don't link with it and don't include a
 header file for it.
 
 We also don't monkey around with wide characters any more, so don't
 include <tchar.h>.
 
 Depending on the SDK you're using and/or the version of Windows on which
 you're building, NDIS_IF_MAX_STRING_SIZE and NETIO_STATUS might not be
 defined; define them if not.  Thanks to Gisle Vanem for that fix.

Directory: /trunk/
  Changes    Path                     Action
  +8 -5      capture_win_ifnames.c    Modified