Ahem. And here's the rest of #28051...
authorSteve Hay <SteveHay@planit.com>
Tue, 2 May 2006 09:46:41 +0000 (09:46 +0000)
committerSteve Hay <SteveHay@planit.com>
Tue, 2 May 2006 09:46:41 +0000 (09:46 +0000)
p4raw-id: //depot/perl@28052

win32/win32.h

index 6030949..3fc935f 100644 (file)
@@ -195,6 +195,8 @@ struct utsname {
 #define PERL_MEMBER_PTR_SIZE   12
 
 #define isnan          _isnan
+#define snprintf       _snprintf
+#define vsnprintf      _vsnprintf
 
 #endif