aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorJason Rumney <[email protected]>2007-10-22 22:42:54 +0000
committerJason Rumney <[email protected]>2007-10-22 22:42:54 +0000
commitc8f7c76b847e85f651a2fa91a567dfd661050a82 (patch)
tree21a2372f7bc6ff4d795c84be40ad15c6cbbba239 /src/s
parent5eaf5ed9f51a2b709bdee56ac7b79445ec023abf (diff)
(HAVE_STDLIB_H): Define.
(abort): Redefinition moved to nt/config.nt.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/ms-w32.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index 5a297a4ee8..56a09f9b31 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -241,6 +241,7 @@ Boston, MA 02110-1301, USA. */
#undef HAVE_TERMIOS_H
#define HAVE_LIMITS_H 1
#define HAVE_STRING_H 1
+#define HAVE_STDLIB_H 1
#define HAVE_PWD_H 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
@@ -401,10 +402,6 @@ typedef int pid_t;
#define utime _utime
#endif
-#ifdef HAVE_NTGUI
-#define abort w32_abort
-#endif
-
/* this is hacky, but is necessary to avoid warnings about macro
redefinitions using the SDK compilers */
#ifndef __STDC__