(Fw32_shell_execute): Use it.
This commit is contained in:
parent
7482f2ecdb
commit
90d97e64e9
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2000-12-18 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* w32.c (w32_strerror): New function.
|
||||
|
||||
* w32.h (w32_strerror): New extern.
|
||||
|
||||
* w32fns.c (Fw32_shell_execute): Use it.
|
||||
|
||||
2000-12-18 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* s/hpux10.h (_FILE_OFFSET_BITS): Undef again.
|
||||
|
|
|
@ -12958,7 +12958,7 @@ otherwise it is an integer representing a ShowWindow flag:\n\
|
|||
XINT (show_flag) : SW_SHOWDEFAULT))
|
||||
> 32)
|
||||
return Qt;
|
||||
error ("ShellExecute failed");
|
||||
error ("ShellExecute failed: %s", w32_strerror (0));
|
||||
}
|
||||
|
||||
/* Lookup virtual keycode from string representing the name of a
|
||||
|
|
Loading…
Add table
Reference in a new issue