Code cleanup: remove defines no longer needed on windows

This commit is contained in:
2014-05-02 00:54:42 +10:00
parent ea6fba2926
commit fa25d7cf7b
6 changed files with 0 additions and 28 deletions

View File

@@ -59,14 +59,6 @@
#include "BKE_report.h"
#include "BKE_sound.h"
#ifdef _WIN32
#define open _open
#define close _close
#define read _read
#define write _write
#endif
int seekPackedFile(PackedFile *pf, int offset, int whence)
{
int oldseek = -1, seek = 0;