a graphical frame on Windows.
+2008-12-20 Jason Rumney <jasonr@gnu.org>
+
+ * frame.c (Fmake_terminal_frame): Raise an error when called from
+ a graphical frame on Windows.
+
2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
* frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
abort ();
#else /* not MSDOS */
-#if 0 /* This should work now! */
+#ifdef WINDOWSNT /* This should work now! */
if (sf->output_method != output_termcap)
error ("Not using an ASCII terminal now; cannot make a new ASCII frame");
#endif