]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - c++/etip.h.in
ncurses 6.2 - patch 20210522
[ncurses.git] / c++ / etip.h.in
index 3ce19e8e0f3732e29be1794635877b57e63b102a..ce05d75bd98dc5bd4a8a8d7402098453fac8405c 100644 (file)
@@ -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.47 2021/05/22 23:01:46 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;