Don't try to build modules that won't build.

Support latest MinGW releases.
Support building on linux.

svn path=/trunk/; revision=3454
This commit is contained in:
Casper Hornstrup 2002-09-03 18:44:19 +00:00
parent f8310e0ce2
commit 068a37b1cd
45 changed files with 89 additions and 91 deletions

View file

@ -23,8 +23,8 @@
#include <conio.h>
#include <ctype.h>
#include <io.h>
#include <sys\types.h>
#include <sys\stat.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <time.h>
#include <setjmp.h>