direct.h was included also without WIN32 definition

This commit is contained in:
ganovelli 2004-05-12 10:13:29 +00:00
parent f31d87a79c
commit e247c73b46
1 changed files with 3 additions and 2 deletions

View File

@ -31,13 +31,15 @@ of Greg Turk and on the work of Claudio Rocchini
History
$Log: not supported by cvs2svn $
Revision 1.2 2004/04/06 21:48:50 cignoni
Commented out unused parameter names
Revision 1.1 2004/03/03 15:00:51 cignoni
Initial commit
****************************************************************************/
#ifdef WIN32
#define LITTLE_MACHINE
#define assert ASSERT
@ -52,7 +54,6 @@ Initial commit
#include <io.h>
#include <fcntl.h>
#include <direct.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <time.h>