Ethereal-cvs: [Ethereal-cvs] Rev 11824: /trunk/: config.h.win32

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

Date: Wed, 25 Aug 2004 03:27:02 -0000
User: guy
Date: 2004/08/24 10:26 PM

Log:
 "_strtoui64()" first appeared in MSVC++ 7 (good job of supporting those
 64-bit ints *present in MSVC++ 6*, Microsoft!), so we can't use it.  Use
 "g_ascii_strtoull()", instead - it's present in GLib 2.x, and we require
 GLib 2.x on Win32.  (It's not present in 1.2[.x], and we don't require
 2.x for UN*X, so we don't just use it everywhere.)

Directory: /trunk/
  Changes    Path              Action
  +1 -1      config.h.win32    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=11824&view=rev