X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ffirework.c;fp=test%2Ffirework.c;h=ba5cbda2f7d464e7b45001388dece277a012a558;hp=557a7bf231ece347aade3b97e5316a51e6f9d6a8;hb=b1f61d9f3aa244512045a6b02e759825d7049d34;hpb=0eb88fc5281804773e2a0c7a488a4452463535ce diff --git a/test/firework.c b/test/firework.c index 557a7bf2..ba5cbda2 100644 --- a/test/firework.c +++ b/test/firework.c @@ -1,5 +1,5 @@ /* - * $Id: firework.c,v 1.15 1999/10/16 21:33:39 tom Exp $ + * $Id: firework.c,v 1.16 1999/11/13 23:39:16 tom Exp $ */ #include @@ -133,7 +133,7 @@ main( if (has_colors()) { start_color(); -#ifdef NCURSES_VERSION +#ifdef HAVE_USE_DEFAULT_COLORS if (use_default_colors() == OK) my_bg = -1; #endif