diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-08-01 20:29:17 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-08-01 20:29:17 +0000 |
commit | 873b149f049701f76396c28e70d7cccfec0b011f (patch) | |
tree | b7671048bfedc2872fed1dc786ae53e3856465d8 /ext/DynaLoader | |
parent | 8babd21611073cf7ab71cbfaf139d06738ff3f27 (diff) | |
download | perl-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.xs | 6 |
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 |