From 46188140a59e565dd1cb0b406d85f60f03415cf6 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Thu, 10 Aug 2006 01:44:08 +0000 Subject: [PATCH] In MSVC, the panel library doesn't work with the DLL unless built without CURSES_LIBRARY defined. But it does in LCC? --- panel/panel.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/panel/panel.c b/panel/panel.c index 0c8a3aec..7bf5d311 100644 --- a/panel/panel.c +++ b/panel/panel.c @@ -15,16 +15,15 @@ * See the file maintain.er for details of the current maintainer. * ************************************************************************/ -#define CURSES_LIBRARY 1 - #ifdef HAVE_CONFIG_H # include #endif #include +#include #include -RCSID("$Id: panel.c,v 1.21 2006/06/02 02:39:34 wmcbrine Exp $"); +RCSID("$Id: panel.c,v 1.22 2006/08/10 01:44:08 wmcbrine Exp $"); /*man-start**************************************************************