diff options
author | Steve Hay <SteveHay@planit.com> | 2006-05-02 09:46:41 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-05-02 09:46:41 +0000 |
commit | 8492fbab56e812aaa2531a774dba8ee2158b3a93 (patch) | |
tree | 7d73b6d1e52b8e54d8600e2889092af8d66a4573 /win32 | |
parent | 0586e26ac882da507fe050161dec1c4647418319 (diff) | |
download | perl-8492fbab56e812aaa2531a774dba8ee2158b3a93.tar.gz |
Ahem. And here's the rest of #28051...
p4raw-id: //depot/perl@28052
Diffstat (limited to 'win32')
-rw-r--r-- | win32/win32.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |