default_set_foreground and default_set_background on Windows.
+2008-07-25 Juanma Barranquero <lekktu@gmail.com>
+
+ * term.c (syms_of_term): Don't initialize default_orig_pair,
+ default_set_foreground and default_set_background on Windows.
+
2008-07-25 Jason Rumney <jasonr@gnu.org>
* w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
staticpro (&mouse_face_window);
#endif /* HAVE_GPM */
+#ifndef WINDOWSNT
default_orig_pair = NULL;
default_set_foreground = NULL;
default_set_background = NULL;
+#endif /* WINDOWSNT */
}