diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-03-31 17:04:49 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-03-31 17:04:49 +0300 |
commit | a74b0e1bdf0f2f49bce82dd7e15264c5c548d980 (patch) | |
tree | 298164fad366b018ea71d2b0c791dd3442b43f02 /nt/inc | |
parent | 65d72c1bf862d339d72d760e7ac8ccbc4837f06b (diff) | |
download | emacs-a74b0e1bdf0f2f49bce82dd7e15264c5c548d980.tar.gz |
Added nt/gnulib.mk and removed kludges from ms-w32.h and ntlib.h.
Diffstat (limited to 'nt/inc')
-rw-r--r-- | nt/inc/ms-w32.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h index ce2b5662775..6fca448db07 100644 --- a/nt/inc/ms-w32.h +++ b/nt/inc/ms-w32.h @@ -133,20 +133,6 @@ typedef unsigned short mode_t; extern char *getenv (); #endif -#ifdef __MINGW32__ -/* A kludge to avoid including header files in lib/. They cannot be - configured-out, and their stuff interferes with what we have - defined in this header and in other headers in nt/inc. Yuck! */ -#define __need_system_fcntl_h -#define _GL_FCNTL_H -#define _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H -#define _GL_ALREADY_INCLUDING_SIGNAL_H -#define _GL_ALREADY_INCLUDING_STDIO_H -#define __need_system_stdlib_h -#define _GL_TIME_H -#define __need_system_sys_stat_h -#endif - /* Prevent accidental use of features unavailable in older Windows versions we still support. MinGW64 defines this to a higher value in its system headers, and is not really compatible with values |