summaryrefslogtreecommitdiff
path: root/objpp.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-03-16 08:44:37 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-03-16 08:44:37 +0000
commitac4c12e7aee90d31d5da776601addbfd9d738a5a (patch)
tree1824760ad266d03442e71a134673c0c0837302f1 /objpp.h
parenta0824163008c006b841cb7ca91d331692d4ba14a (diff)
downloadperl-ac4c12e7aee90d31d5da776601addbfd9d738a5a.tar.gz
[asperl] various changes to get asperl working under Borland
(passes all tests when built under PERL_OBJECT) p4raw-id: //depot/asperl@809
Diffstat (limited to 'objpp.h')
-rw-r--r--objpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/objpp.h b/objpp.h
index b2dc52cd90..cdc67762ee 100644
--- a/objpp.h
+++ b/objpp.h
@@ -1428,7 +1428,7 @@
#define more_he CPerlObj::more_he
#define del_he CPerlObj::del_he
-#ifdef WIN32
+#if defined(WIN32) && !defined(WIN32IO_IS_STDIO)
#undef errno
#define errno CPerlObj::ErrorNo()