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

@@ -24,9 +24,6 @@
/* Copyright (c) 1988, 1989 Hewlett-Packard Co. */
/* Creates a file with nothing in it */
#include <stdio.h>
#if defined(MSDOS)
#include <process.h>
#endif
#include "basic.h"
void main(int argc, char **argv);