diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/msdos.h | 2 |
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 | ||