X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fncurses_dll.h;h=047d5c7d390ba97140ce0aa413d073918b9e3299;hp=c47e5ec548e2a6d9a880ccbf66ccca54de6522a7;hb=dc6f2587b13a5294926467a2375922b3c30d302b;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/include/ncurses_dll.h b/include/ncurses_dll.h index c47e5ec5..047d5c7d 100644 --- a/include/ncurses_dll.h +++ b/include/ncurses_dll.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2004,2005 Free Software Foundation, Inc. * + * Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -25,7 +25,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * ****************************************************************************/ -/* $Id: ncurses_dll.h,v 1.5 2006/04/22 22:07:51 tom Exp $ */ +/* $Id: ncurses_dll.h,v 1.8 2009/04/04 22:26:27 tom Exp $ */ #ifndef NCURSES_DLL_H_incl #define NCURSES_DLL_H_incl 1 @@ -37,7 +37,7 @@ #undef NCURSES_DLL #define NCURSES_STATIC -#if defined(__CYGWIN__) +#if defined(__CYGWIN__) || defined(__MINGW32__) # if defined(NCURSES_DLL) # if defined(NCURSES_STATIC) # undef NCURSES_STATIC