diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2012-08-03 14:16:40 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2012-08-03 14:16:40 +0200 |
commit | 3fbc4b542cd022e5f66cbdd04860f4b84be08e80 (patch) | |
tree | 02d1c447e8fdcaee0069f8cfab6132f329b509d5 /nt/inc | |
parent | 18949c2f13317a6d679648efe4399c84101f6fab (diff) | |
download | emacs-3fbc4b542cd022e5f66cbdd04860f4b84be08e80.tar.gz |
* nt/config.nt: Sync with autogen/config.in.
(DOS_NT, MSDOS): New macros.
(WRETCODE, wait3): Remove.
* nt/inc/ms-w32.h (DOS_NT): Remove; defined in config.nt.
* lib-src/makefile.w32-in (LOCAL_FLAGS): Remove WINDOWSNT and DOS_NT,
they are always defined in config.h.
Diffstat (limited to 'nt/inc')
-rw-r--r-- | nt/inc/ms-w32.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h index 8c02a8b8a66..82590e2c350 100644 --- a/nt/inc/ms-w32.h +++ b/nt/inc/ms-w32.h @@ -23,9 +23,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #ifndef WINDOWSNT #define WINDOWSNT #endif -#ifndef DOS_NT -#define DOS_NT /* MSDOS or WINDOWSNT */ -#endif /* #undef const */ |