aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-11-01 08:45:04 +0000
committerRichard M. Stallman1994-11-01 08:45:04 +0000
commitfcc182b34b7a0ecf7a1bfc26d310c12b4b6c3cda (patch)
treebaa2cd6528348c58d1508fa5984fc2b29b1cd6a8 /src
parentcb28b9c22b831a6712b97dba6b1914dec4294d15 (diff)
downloademacs-fcc182b34b7a0ecf7a1bfc26d310c12b4b6c3cda.tar.gz
emacs-fcc182b34b7a0ecf7a1bfc26d310c12b4b6c3cda.zip
(DOS_NT): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/s/msdos.h2
1 files changed, 2 insertions, 0 deletions
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. */
39#ifndef MSDOS 39#ifndef MSDOS
40#define MSDOS 40#define MSDOS
41#endif 41#endif
42
43#define DOS_NT /* MSDOS or WINDOWSNT */
42#undef BSD 44#undef BSD
43#undef VMS 45#undef VMS
44 46