1
0
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:
Geoff Voelker 1998-12-02 23:00:29 +00:00
parent dba46b7c5d
commit 83c75055bc

View File

@ -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 ();
}