------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=594
Drew <morfrog@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|pcrecpp unittest 'snprintf' |pcrecpp 'snprintf' and
|missing on windows |'strtoll' missing on windows
--- Comment #1 from Drew <morfrog@???> 2007-09-07 14:32:31 ---
Also this has effects in precpp.cc, where strtoll and strtoull are not defined,
this fixes it:
#ifdef HAVE_WINDOWS_H
#define HAVE_STRTOQ 1
#define strtoll _strtoui64
#define strtoull _strtoi64
#endif
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email