From: Richard M. Stallman Date: Tue, 1 Nov 1994 08:45:04 +0000 (+0000) Subject: (DOS_NT): Defined. X-Git-Tag: emacs-19.34~6057 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fcc182b34b7a0ecf7a1bfc26d310c12b4b6c3cda;p=emacs.git (DOS_NT): Defined. --- diff --git a/src/s/msdos.h b/src/s/msdos.h index 8f614428887..8f3699eff62 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -39,6 +39,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef MSDOS #define MSDOS #endif + +#define DOS_NT /* MSDOS or WINDOWSNT */ #undef BSD #undef VMS