X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/30934d334e8a67c8992d910428758d5b93e0f04f..1088b9226e7dac7314dab52ef0696a5f540900cd:/src/w32xfns.c diff --git a/src/w32xfns.c b/src/w32xfns.c index 62e45dd987..820dbcc76c 100644 --- a/src/w32xfns.c +++ b/src/w32xfns.c @@ -122,7 +122,7 @@ get_frame_dc (FRAME_PTR f) HDC hdc; if (f->output_method != output_w32) - abort (); + emacs_abort (); enter_crit ();