mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-29 00:31:01 -08:00
(HAVE_STDLIB_H): Define.
(abort): Redefinition moved to nt/config.nt.
This commit is contained in:
parent
5eaf5ed9f5
commit
c8f7c76b84
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2007-10-22 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* s/ms-w32.h (HAVE_STDLIB_H): Define.
|
||||
(abort): Redefinition moved to nt/config.nt.
|
||||
|
||||
* m/windowsnt.h: Remove.
|
||||
|
||||
2007-10-22 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
|
|
|||
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue