This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Add conversion macros and use them
[perl5.git] / EXTERN.h
index b8c4512..558f762 100644 (file)
--- a/EXTERN.h
+++ b/EXTERN.h
@@ -21,7 +21,7 @@
 
 #  if (defined(WIN32) || defined(__SYMBIAN32__)) && !defined(PERL_STATIC_SYMS)
     /* miniperl should not export anything */
-#    if defined(PERL_IS_MINIPERL) && !defined(UNDER_CE) && defined(_MSC_VER)
+#    if defined(PERL_IS_MINIPERL) && !defined(UNDER_CE)
 #      define EXT extern
 #      define dEXT 
 #      define EXTCONST extern const