From: Steve Hay Date: Tue, 2 May 2006 09:46:41 +0000 (+0000) Subject: Ahem. And here's the rest of #28051... X-Git-Tag: upstream/5.16.3~17766 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8492fbab56e812aaa2531a774dba8ee2158b3a93;p=platform%2Fupstream%2Fperl.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 60309491d0..3fc935f420 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