diff options
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/inc/ms-w32.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h index e27ae4daf4f..cd6ec1725d6 100644 --- a/nt/inc/ms-w32.h +++ b/nt/inc/ms-w32.h | |||
| @@ -156,9 +156,6 @@ extern char *getenv (); | |||
| 156 | # ifndef HAVE_WINDOW_SYSTEM | 156 | # ifndef HAVE_WINDOW_SYSTEM |
| 157 | # define HAVE_WINDOW_SYSTEM 1 | 157 | # define HAVE_WINDOW_SYSTEM 1 |
| 158 | # endif | 158 | # endif |
| 159 | # ifndef HAVE_MENUS | ||
| 160 | # define HAVE_MENUS 1 | ||
| 161 | # endif | ||
| 162 | #endif | 159 | #endif |
| 163 | 160 | ||
| 164 | /* Get some redefinitions in place. */ | 161 | /* Get some redefinitions in place. */ |
| @@ -176,7 +173,7 @@ extern char *getenv (); | |||
| 176 | extern struct tm * sys_localtime (const time_t *); | 173 | extern struct tm * sys_localtime (const time_t *); |
| 177 | /* MinGW64 uses a 2-argument _setjmp, and setjmp is a macro defined to | 174 | /* MinGW64 uses a 2-argument _setjmp, and setjmp is a macro defined to |
| 178 | supply the 2nd arg correctly, so don't use _setjmp directly in that | 175 | supply the 2nd arg correctly, so don't use _setjmp directly in that |
| 179 | case. */ | 176 | case. */ |
| 180 | #undef HAVE__SETJMP | 177 | #undef HAVE__SETJMP |
| 181 | #endif | 178 | #endif |
| 182 | 179 | ||