summaryrefslogtreecommitdiff
path: root/nt/inc
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-08-03 14:16:40 +0200
committerJuanma Barranquero <lekktu@gmail.com>2012-08-03 14:16:40 +0200
commit3fbc4b542cd022e5f66cbdd04860f4b84be08e80 (patch)
tree02d1c447e8fdcaee0069f8cfab6132f329b509d5 /nt/inc
parent18949c2f13317a6d679648efe4399c84101f6fab (diff)
downloademacs-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.h3
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 */