dthelp: Remove spectaculaly obsolete MSDOS support

This commit is contained in:
Peter Howkins
2018-06-23 01:38:03 +01:00
parent 757249c65b
commit f89139dd84
117 changed files with 7 additions and 695 deletions

View File

@@ -26,9 +26,6 @@
*/
#include <stdio.h>
#if defined(MSDOS)
#include <process.h>
#endif
#include "basic.h"
extern FILE *m_errfile ;