summaryrefslogtreecommitdiff
path: root/ext/DynaLoader
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-08-01 20:29:17 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-08-01 20:29:17 +0000
commit873b149f049701f76396c28e70d7cccfec0b011f (patch)
treeb7671048bfedc2872fed1dc786ae53e3856465d8 /ext/DynaLoader
parent8babd21611073cf7ab71cbfaf139d06738ff3f27 (diff)
downloadperl-873b149f049701f76396c28e70d7cccfec0b011f.tar.gz
rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
p4raw-id: //depot/perl@3852
Diffstat (limited to 'ext/DynaLoader')
-rw-r--r--ext/DynaLoader/dl_cygwin.xs6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/DynaLoader/dl_cygwin.xs b/ext/DynaLoader/dl_cygwin.xs
index 6a2b0fea03..0054afaae7 100644
--- a/ext/DynaLoader/dl_cygwin.xs
+++ b/ext/DynaLoader/dl_cygwin.xs
@@ -1,4 +1,4 @@
-/* dl_cygwin32.xs
+/* dl_cygwin.xs
*
* Platform: Win32 (Windows NT/Windows 95)
* Author: Wei-Yuen Tan (wyt@hip.com)
@@ -8,7 +8,7 @@
* August 23rd 1995 - rewritten after losing everything when I
* wiped off my NT partition (eek!)
*/
-/* Modified from the original dl_win32.xs to work with cygwin32
+/* Modified from the original dl_win32.xs to work with cygwin
-John Cerney 3/26/97
*/
/* Porting notes:
@@ -21,7 +21,7 @@ calls.
#define WIN32_LEAN_AND_MEAN
// Defines from windows needed for this function only. Can't include full
-// Cygwin32 windows headers because of problems with CONTEXT redefinition
+// Cygwin windows headers because of problems with CONTEXT redefinition
// Removed logic to tell not dynamically load static modules. It is assumed that all
// modules are dynamically built. This should be similar to the behavoir on sunOS.
// Leaving in the logic would have required changes to the standard perlmain.c code