summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-04 01:19:20 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-04 01:19:20 +0000
commite68cb0571e958719e0fd6ed56ffa112795b7c00f (patch)
tree3f10b0e23e9b21a6e0f8c77d7b565bedb787640d /win32/win32.h
parent9ab29e2be5cf75aca844441835e3e1faf6077f10 (diff)
downloadperl-e68cb0571e958719e0fd6ed56ffa112795b7c00f.tar.gz
s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
p4raw-id: //depot/perl@4752
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h
index b9fbaf4aa8..9d56578229 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -330,7 +330,7 @@ typedef char * caddr_t; /* In malloc.c (core address). */
#define PERL_CORE
#endif
-#ifdef USE_TEXTMODE_SCRIPTS
+#ifdef PERL_TEXTMODE_SCRIPTS
# define PERL_SCRIPT_MODE "r"
#else
# define PERL_SCRIPT_MODE "rb"