summaryrefslogtreecommitdiff
path: root/win32/win32iop.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-05-29 00:57:05 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-05-29 00:57:05 +0000
commitab39fa9dbf3b1a1fb7beb555653d0558a089397f (patch)
treeabccfffeff91457eff4ae559229686123c8c6977 /win32/win32iop.h
parent064a70d4cb44455257b8caebe159b9d93a8f9025 (diff)
downloadperl-ab39fa9dbf3b1a1fb7beb555653d0558a089397f.tar.gz
[asperl] fix various shenanigans with C<environ>, BC and VC builds now pass
all tests p4raw-id: //depot/asperl@1049
Diffstat (limited to 'win32/win32iop.h')
-rw-r--r--win32/win32iop.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/win32iop.h b/win32/win32iop.h
index a17134b0ff..37794f1e1b 100644
--- a/win32/win32iop.h
+++ b/win32/win32iop.h
@@ -159,7 +159,6 @@ END_EXTERN_C
#undef fileno
#endif
-#ifndef PERL_OBJECT
#define stderr win32_stderr()
#define stdout win32_stdout()
#define stdin win32_stdin()
@@ -256,7 +255,6 @@ END_EXTERN_C
#define ioctl win32_ioctl
#define utime win32_utime
#define wait win32_wait
-#endif /* PERL_OBJECT */
#ifdef HAVE_DES_FCRYPT
#undef crypt
@@ -264,10 +262,8 @@ END_EXTERN_C
#endif
#ifndef USE_WIN32_RTL_ENV
-#ifndef PERL_OBJECT
#undef getenv
#define getenv win32_getenv
-#endif /* PERL_OBJECT */
#endif
#endif /* WIN32IO_IS_STDIO */