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

Etusivu
Poista viesti
Lähettäjä: Daniel Richard G.
Päiväys:  
Vastaanottaja: Craig Silverstein
Kopio: pcre-dev
Aihe: 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