diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/ms-w32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 5eed3a177dc..e89ecb05931 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -159,6 +159,9 @@ struct sigaction { | |||
| 159 | #undef HAVE_UTIMES | 159 | #undef HAVE_UTIMES |
| 160 | #undef HAVE_SETRLIMIT | 160 | #undef HAVE_SETRLIMIT |
| 161 | #undef HAVE_SETPGID | 161 | #undef HAVE_SETPGID |
| 162 | /* If you think about defining HAVE_GETCWD, don't: the alternative | ||
| 163 | getwd is redefined on w32.c, and does not really return the current | ||
| 164 | directory, to get the desired results elsewhere in Emacs */ | ||
| 162 | #undef HAVE_GETCWD | 165 | #undef HAVE_GETCWD |
| 163 | #define HAVE_SHUTDOWN 1 | 166 | #define HAVE_SHUTDOWN 1 |
| 164 | 167 | ||