X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2Fetip.h.in;h=9dbb0e70d10833a4b7a587b2c88ce7c4a5cb9a2f;hp=3ce19e8e0f3732e29be1794635877b57e63b102a;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=a5fe3726f7d4374e9b1551b535c8617b423996f2 diff --git a/c++/etip.h.in b/c++/etip.h.in index 3ce19e8e..9dbb0e70 100644 --- a/c++/etip.h.in +++ b/c++/etip.h.in @@ -32,7 +32,7 @@ * Author: Juergen Pfeifer, 1997 * ****************************************************************************/ -// $Id: etip.h.in,v 1.46 2021/04/17 17:59:57 tom Exp $ +// $Id: etip.h.in,v 1.48 2021/06/17 21:11:08 tom Exp $ #ifndef NCURSES_ETIP_H_incl #define NCURSES_ETIP_H_incl 1 @@ -139,6 +139,10 @@ extern "C" { #define STATIC_CAST(s) (s) #endif +#ifndef NCURSES_CXX_IMPEXP +#define NCURSES_CXX_IMPEXP /* nothing */ +#endif + // Forward Declarations class NCURSES_CXX_IMPEXP NCursesPanel; class NCURSES_CXX_IMPEXP NCursesMenu;