Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6635] Wireshark doesn't compile due to a warning being tre

Date: Wed, 30 Nov 2011 12:29:07 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6635

Gerald Combs <gerald@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gerald@xxxxxxxxxxxxx

--- Comment #3 from Gerald Combs <gerald@xxxxxxxxxxxxx> 2011-11-30 12:29:07 PST ---
size_t is defined in crtdefs.h the same way in VC9 and 10 here:

#ifndef _SIZE_T_DEFINED
#ifdef  _WIN64
typedef unsigned __int64    size_t;
#else
typedef _W64 unsigned int   size_t;
#endif
#define _SIZE_T_DEFINED
#endif

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