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 /EXTERN.h | |
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 'EXTERN.h')
-rw-r--r-- | EXTERN.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ # define dEXTCONST const # endif # else -# if defined(CYGWIN32) && defined(USEIMPORTLIB) +# if defined(CYGWIN) && defined(USEIMPORTLIB) # define EXT extern __declspec(dllimport) # define dEXT # define EXTCONST extern __declspec(dllimport) const |