(w32_last_error): Fix cut+paste error.
This commit is contained in:
parent
dba46b7c5d
commit
83c75055bc
1 changed files with 6 additions and 6 deletions
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…
Add table
Reference in a new issue