Commit d89ea04a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fixes are cool when they actually fix something

parent 5add7fdc
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
#ifdef UNDER_CE #ifdef UNDER_CE
# include <tchar.h> # include <tchar.h>
#endif #endif
#ifdef HAVE_SYS_STAT_H #ifdef HAVE_SYS_STAT_H
# include <sys/stat.h> # include <sys/stat.h>
#endif #endif
...@@ -52,10 +51,6 @@ ...@@ -52,10 +51,6 @@
/* stat() support for large files on win32 */ /* stat() support for large files on win32 */
# define stat _stati64 # define stat _stati64
# define fstat(a,b) _fstati64(a,b) # define fstat(a,b) _fstati64(a,b)
# ifdef lseek
# undef lseek
# endif
# define lseek _lseeki64
#endif #endif
#ifndef HAVE_LSTAT #ifndef HAVE_LSTAT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment