* doing some warning cleaning

* accidently left priority tests around.
This commit is contained in:
Nathan Letwory
2008-11-04 23:46:01 +00:00
parent beea73b110
commit f59f5e67a5
7 changed files with 33 additions and 10 deletions

View File

@@ -29,11 +29,14 @@
* $Id$
*/
#ifdef WIN32
#ifdef _WIN32
#include <io.h>
#include <stddef.h>
#include <sys/types.h>
#include "mmap_win.h"
#define open _open
#define read _read
#define close _close
#endif
#include "BLI_blenlib.h"