diff options
Diffstat (limited to 'src/os_msdos.c')
| -rw-r--r-- | src/os_msdos.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/os_msdos.c b/src/os_msdos.c index 840f654fb..5596e346d 100644 --- a/src/os_msdos.c +++ b/src/os_msdos.c @@ -28,12 +28,6 @@ # include <conio.h> #endif -/* - * MS-DOS only code, not used for Win16. - */ -#ifndef WIN16 - - #ifndef PROTO # include <bios.h> # ifdef DJGPP @@ -2850,11 +2844,6 @@ Win16SetClipboardData( #endif /* FEAT_CLIPBOARD */ #endif /* DJGPP */ -/* - * End of MS-DOS only code - */ -#endif /* WIN16 */ - /* common MS-DOS and Win16 code follows */ static int |
