From: Gurusamy Sarathy <gsar@cpan.org>
Date: Fri, 13 Nov 1998 09:43:03 +0000 (+0000)
Subject: doc tweak
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=af06e6b30cf772fb55f8378b8e46866dc9d06896;p=p5sagit%2Fp5-mst-13.2.git

doc tweak

p4raw-id: //depot/perl@2233
---

diff --git a/README.win32 b/README.win32
index 35c8100..7fcc58f 100644
--- a/README.win32
+++ b/README.win32
@@ -211,9 +211,9 @@ perl95.exe will have esoteric problems with extensions like perl/Tk that
 themselves use the C Runtime heavily, or want to free() pointers
 malloc()-ed by perl.
 
-You can avoid the perl95.exe problems completely if you use Borland
-C++ for building perl (perl95.exe is not needed and will not be built
-in that case).
+You can avoid the perl95.exe problems completely if you either enable
+USE_PERLCRT with Visual C++, or use Borland C++ for building perl.  In
+those cases, perl95.exe is not needed and will not be built.
 
 =back