mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-21 18:23:59 +00:00
(w32_last_error): Fix cut+paste error.
This commit is contained in:
parent
dba46b7c5d
commit
83c75055bc
12
src/w32fns.c
12
src/w32fns.c
@ -6899,12 +6899,6 @@ displayed according to the current fontset.");
|
||||
#undef abort
|
||||
|
||||
void
|
||||
/* For convenience when debugging. */
|
||||
int
|
||||
w32_last_error()
|
||||
{
|
||||
return GetLastError ();
|
||||
}
|
||||
w32_abort()
|
||||
{
|
||||
int button;
|
||||
@ -6928,3 +6922,9 @@ w32_abort()
|
||||
}
|
||||
}
|
||||
|
||||
/* For convenience when debugging. */
|
||||
int
|
||||
w32_last_error()
|
||||
{
|
||||
return GetLastError ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user