diff options
Diffstat (limited to 'm4/nocrash.m4')
| -rw-r--r-- | m4/nocrash.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/nocrash.m4 b/m4/nocrash.m4 index 87b2d4cbf69..49140074d08 100644 --- a/m4/nocrash.m4 +++ b/m4/nocrash.m4 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # nocrash.m4 serial 4 | 1 | # nocrash.m4 serial 5 |
| 2 | dnl Copyright (C) 2005, 2009-2018 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2005, 2009-2018 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| @@ -79,7 +79,7 @@ nocrash_init (void) | |||
| 79 | } | 79 | } |
| 80 | } | 80 | } |
| 81 | } | 81 | } |
| 82 | #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | 82 | #elif defined _WIN32 && ! defined __CYGWIN__ |
| 83 | /* Avoid a crash on native Windows. */ | 83 | /* Avoid a crash on native Windows. */ |
| 84 | #define WIN32_LEAN_AND_MEAN | 84 | #define WIN32_LEAN_AND_MEAN |
| 85 | #include <windows.h> | 85 | #include <windows.h> |