X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fmovewindow.c;h=b8e9e049602dcf0298a27ae3c60a418a6e20e44d;hp=285d92ef73a9ac04de2d690d260ab054ea63a72e;hb=aed072e27e60c2abc5ac0ab8113aacf9b4908d50;hpb=0fbd5e192896b3e446832d0a451df2cec5f5ae40 diff --git a/test/movewindow.c b/test/movewindow.c index 285d92ef..b8e9e049 100644 --- a/test/movewindow.c +++ b/test/movewindow.c @@ -26,7 +26,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: movewindow.c,v 1.45 2017/09/06 20:08:11 tom Exp $ + * $Id: movewindow.c,v 1.46 2017/12/23 21:36:59 tom Exp $ * * Demonstrate move functions for windows and derived windows from the curses * library. @@ -54,7 +54,7 @@ TODO: #undef derwin #endif -#ifdef NCURSES_VERSION +#if defined(NCURSES_VERSION) || defined(PDCURSES) #define CONST_FMT const #else #define CONST_FMT /* nothing */