direct.h was included also without WIN32 definition
This commit is contained in:
parent
f31d87a79c
commit
e247c73b46
|
@ -31,13 +31,15 @@ of Greg Turk and on the work of Claudio Rocchini
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$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
|
Revision 1.1 2004/03/03 15:00:51 cignoni
|
||||||
Initial commit
|
Initial commit
|
||||||
|
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#define LITTLE_MACHINE
|
#define LITTLE_MACHINE
|
||||||
#define assert ASSERT
|
#define assert ASSERT
|
||||||
|
@ -52,7 +54,6 @@ Initial commit
|
||||||
|
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <direct.h>
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
Loading…
Reference in New Issue