diff options
Diffstat (limited to 'src/s/ms-w32.h')
-rw-r--r-- | src/s/ms-w32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 97ca6aa0769..041da1f5a16 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -319,7 +319,7 @@ Boston, MA 02111-1307, USA. */ #define rindex strrchr #ifdef HAVE_NTGUI -#define abort win32_abort +#define abort w32_abort #endif /* Defines that we need that aren't in the standard signal.h */ |