diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-06 19:28:31 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-06 19:28:31 +0000 |
commit | d308986b5b369caa1602a636a5e2ecfa149dfc89 (patch) | |
tree | 5e4539c17b4ffa8bb9cd7da74aa918d3204193f0 /EXTERN.h | |
parent | 66fbe9e21b14c795ac9035c7be86e21c370a7532 (diff) | |
download | perl-d308986b5b369caa1602a636a5e2ecfa149dfc89.tar.gz |
use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
<EFifer@sanwaint.com>)
p4raw-id: //depot/perl@5008
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(CYGWIN) && defined(USEIMPORTLIB) +# if defined(__CYGWIN__) && defined(USEIMPORTLIB) # define EXT extern __declspec(dllimport) # define dEXT # define EXTCONST extern __declspec(dllimport) const |