summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2014-12-16 17:05:18 +1100
committerTony Cook <tony@develop-help.com>2015-01-06 09:30:29 +1100
commitead233d2c1be4b0cd47d5fc22abe6e243f823675 (patch)
tree7bb52b706e3f87c338b3115f37ebc7537f381b8b /win32/win32.h
parente5fb2b49c0e09d255ed30c17281313f00a79cbab (diff)
downloadperl-ead233d2c1be4b0cd47d5fc22abe6e243f823675.tar.gz
use textmode when opening scripts in miniperl to match perl
fixes io/data.t This could be considered a bug in io/data.t, since it writes the scripts in text mode, but making miniperl behave closer to perl may fix other issues too.
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 2491b6df19..5b70557791 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -26,6 +26,7 @@
/* allow minitest to work */
# define USE_PERLIO
+# define PERL_TEXTMODE_SCRIPTS
#endif
#ifdef WIN32_NO_SOCKETS