Re: [pcre-dev] [Bug 594] New: pcrecpp unittest 'snprintf' mi…

Página superior
Eliminar este mensaje
Autor: Daniel Richard G.
Fecha:  
A: Craig Silverstein
Cc: pcre-dev
Asunto: Re: [pcre-dev] [Bug 594] New: pcrecpp unittest 'snprintf' missing onwindows
On Fri, 2007 Sep 07 06:56:40 -0700, Craig Silverstein wrote:
> } #ifdef HAVE_WINDOWS_H
> } #define snprintf _snprintf
> } #endif
>
> This looks like the right change to me. Philip, let me know if you'd
> like an official patch.


The conditional should be "#ifdef _WIN32". Looks good otherwise.


--Daniel