From d308986b5b369caa1602a636a5e2ecfa149dfc89 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 6 Feb 2000 19:28:31 +0000 Subject: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer ) p4raw-id: //depot/perl@5008 --- EXTERN.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EXTERN.h') diff --git a/EXTERN.h b/EXTERN.h index c813f8112b..7601838d8b 100644 --- a/EXTERN.h +++ b/EXTERN.h @@ -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 -- cgit v1.2.1