]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/firework.c
ncurses 5.2
[ncurses.git] / test / firework.c
index 557a7bf231ece347aade3b97e5316a51e6f9d6a8..66c1227cf0f082731ac0bc9b783242360beee4c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * $Id: firework.c,v 1.15 1999/10/16 21:33:39 tom Exp $
+ * $Id: firework.c,v 1.17 2000/09/02 18:41:12 tom Exp $
  */
 #include <test.priv.h>
 
  */
 #include <test.priv.h>
 
@@ -133,7 +133,7 @@ main(
 
     if (has_colors()) {
        start_color();
 
     if (has_colors()) {
        start_color();
-#ifdef NCURSES_VERSION
+#if HAVE_USE_DEFAULT_COLORS
        if (use_default_colors() == OK)
            my_bg = -1;
 #endif
        if (use_default_colors() == OK)
            my_bg = -1;
 #endif