diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/msdos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h index 8d4e70a91bf..ea428f0cfc1 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h | |||
| @@ -58,7 +58,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 58 | 58 | ||
| 59 | #define SYSTEM_TYPE "ms-dos" | 59 | #define SYSTEM_TYPE "ms-dos" |
| 60 | 60 | ||
| 61 | #define SYMS_SYSTEM syms_of_dosfns();syms_of_msdos() | 61 | #define SYMS_SYSTEM syms_of_dosfns();syms_of_msdos();syms_of_win16select() |
| 62 | 62 | ||
| 63 | /* NOMULTIPLEJOBS should be defined if your system's shell | 63 | /* NOMULTIPLEJOBS should be defined if your system's shell |
| 64 | does not have "job control" (the ability to stop a program, | 64 | does not have "job control" (the ability to stop a program, |