summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-04-29 20:34:27 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-04-29 20:34:27 +0000
commit5fb4d82024edc02e494307d4400683f29b2c718d (patch)
tree94b4f7e1594a6b3f841f4afdde6a4b9c54bb822c /win32
parent150b260b14b51796fc2bc1a3a4c7b0de7d4daf7d (diff)
downloadperl-5fb4d82024edc02e494307d4400683f29b2c718d.tar.gz
windows portability tweaks
p4raw-id: //depot/perl@6019
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 35d5bdfa98..3929bcc15c 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -200,6 +200,8 @@ typedef unsigned short mode_t;
/* Visual C thinks that a pointer to a member variable is 16 bytes in size. */
#define PERL_MEMBER_PTR_SIZE 16
+#define isnan _isnan
+
#endif /* _MSC_VER */
#ifdef __MINGW32__ /* Minimal Gnu-Win32 */