summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-01-05 05:43:33 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-01-05 05:43:33 +0000
commit902173a3f9be2337628b9b0cc2629acc55276ccc (patch)
tree385fc5f28d5a0b5a83982358538b3324e6d3536c /win32/win32.h
parent22fae026e9f4859841088a1c5609be12b0b1d4f3 (diff)
downloadperl-902173a3f9be2337628b9b0cc2629acc55276ccc.tar.gz
[win32] Support case-tolerant %ENV
- underlying system calls see the case-as-supplied by user - added tests to verify addition/deletion/enumeration case-tolerance - hv.c touched, but changes are fully conditional on -DENV_IS_CASELESS, which is default on win32 now p4raw-id: //depot/win32/perl@393
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 0edaad9d52..5a7c89bf97 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -91,6 +91,8 @@ struct tms {
#define USE_FIXED_OSFHANDLE
#endif
+#define ENV_IS_CASELESS
+
#ifndef VER_PLATFORM_WIN32_WINDOWS /* VC-2.0 headers dont have this */
#define VER_PLATFORM_WIN32_WINDOWS 1
#endif