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

Inizio della pagina
Delete this message
Autore: Daniel Richard G.
Data:  
To: Craig Silverstein
CC: pcre-dev
Oggetto: 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