Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
90d97e64
Commit
90d97e64
authored
Dec 18, 2000
by
Andrew Innes
Browse files
(Fw32_shell_execute): Use it.
parent
7482f2ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
src/ChangeLog
src/ChangeLog
+8
-0
src/w32fns.c
src/w32fns.c
+1
-1
No files found.
src/ChangeLog
View file @
90d97e64
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.
...
...
src/w32fns.c
View file @
90d97e64
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment