From: Steve Hay Date: Tue, 2 May 2006 09:46:41 +0000 (+0000) Subject: Ahem. And here's the rest of #28051... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8492fbab56e812aaa2531a774dba8ee2158b3a93;p=p5sagit%2Fp5-mst-13.2.git Ahem. And here's the rest of #28051... p4raw-id: //depot/perl@28052 --- diff --git a/win32/win32.h b/win32/win32.h index 6030949..3fc935f 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -195,6 +195,8 @@ struct utsname { #define PERL_MEMBER_PTR_SIZE 12 #define isnan _isnan +#define snprintf _snprintf +#define vsnprintf _vsnprintf #endif