X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=INTERN.h;h=1b35c135020ee9f1629f1d7a9a0337e46b95777d;hb=e42c74e1bbeb8832945ac76bd2905217353ae440;hp=c2407f2bc909a9f80ac93770813ae3e43e5c1263;hpb=5db1039675bdeda8d9e4e8a1462abefb8ede0419;p=p5sagit%2Fp5-mst-13.2.git diff --git a/INTERN.h b/INTERN.h index c2407f2..1b35c13 100644 --- a/INTERN.h +++ b/INTERN.h @@ -1,6 +1,6 @@ /* INTERN.h * - * Copyright (c) 1991-1999, Larry Wall + * Copyright (c) 1991-2001, Larry Wall * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. @@ -27,11 +27,11 @@ # define EXTCONST globaldef {"$GLOBAL_RO_VARS"} readonly # define dEXTCONST globaldef {"$GLOBAL_RO_VARS"} readonly #else -#ifdef WIN32 +#if defined(WIN32) && defined(__MINGW32__) # define EXT __declspec(dllexport) -# define dEXT __declspec(dllexport) +# define dEXT # define EXTCONST __declspec(dllexport) const -# define dEXTCONST __declspec(dllexport) const +# define dEXTCONST const #else #ifdef __cplusplus # define EXT