[pcre-dev] [Bug 594] pcrecpp 'snprintf' and 'strtoll' missin…

Página superior
Eliminar este mensaje
Autor: Drew
Fecha:  
A: pcre-dev
Temas antiguos: [pcre-dev] [Bug 594] New: pcrecpp unittest 'snprintf' missing on windows
Asunto: [pcre-dev] [Bug 594] pcrecpp 'snprintf' and 'strtoll' missing on windows
------- 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