Mercurial > hg > xemacs-beta
comparison src/process-nt.c @ 290:c9fe270a4101 r21-0b43
Import from CVS: tag r21-0b43
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:36:47 +0200 |
parents | e11d67e05968 |
children | 70ad99077275 |
comparison
equal
deleted
inserted
replaced
289:6e6992ccc4b6 | 290:c9fe270a4101 |
---|---|
420 | 420 |
421 static void | 421 static void |
422 signal_cannot_launch (Lisp_Object image_file, DWORD err) | 422 signal_cannot_launch (Lisp_Object image_file, DWORD err) |
423 { | 423 { |
424 mswindows_set_errno (err); | 424 mswindows_set_errno (err); |
425 error ("Starting \"%S\": %s", image_file, strerror (errno)); | 425 signal_simple_error_2 ("Error starting", image_file, lisp_strerror (errno)); |
426 } | 426 } |
427 | 427 |
428 static int | 428 static int |
429 nt_create_process (struct Lisp_Process *p, | 429 nt_create_process (struct Lisp_Process *p, |
430 Lisp_Object *argv, int nargv, | 430 Lisp_Object *argv, int nargv, |