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 60309491d03d688223ffaa15104dc8871d47c54c..3fc935f4206d5f24213ce7d8efa1235d325e42bb 100644 (file)
@@ -195,6 +195,8 @@ struct utsname {
 #define PERL_MEMBER_PTR_SIZE   12
 
 #define isnan          _isnan
+#define snprintf       _snprintf
+#define vsnprintf      _vsnprintf
 
 #endif