Wireshark-bugs: [Wireshark-bugs] [Bug 3439] Compile errors in capture_if_details_dlg_win32.c (MS

Date: Wed, 3 Jun 2009 14:59:54 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3439


Peter Johansson <PeterJohansson73@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #3080|                            |review_for_checkin?
               Flag|                            |




--- Comment #2 from Peter Johansson <PeterJohansson73@xxxxxxxxx>  2009-06-03 14:59:52 PDT ---
Created an attachment (id=3080)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3080)
Patch for bug 3439 when compiling with MSVC2005(EE)

The supplied patch corrects the current compilation problems with
capture_if_details_dlg_win32.c when compiling it with MSVC2005EE+PSDK.
There are a few enums that does not get defined by Ntdndis.h in the version
that is part of the PSDK for this version of the MSVC compiler, therefor the
use of thouse enumeration values are made dependent on the compiler version in
the supplied patch.
At the same time, I also corrected some inconsitencies with indentation in the
file.


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.