tzset is also defined with vc++...

SVN revision: 47152
This commit is contained in:
Vincent Torri 2010-03-12 06:34:18 +00:00
parent 9c6bbb6f58
commit 9793cb0681
2 changed files with 1 additions and 3 deletions

View File

@ -4,8 +4,7 @@
* src/lib/evil_time.c (deleted):
* win32/vs8/libevil.vcproj:
* win32/vs9/libevil.vcproj:
remove evil_time.c as tzset is defined with mingw
and as _tzset is defined with vc++
remove evil_time.c as tzset is defined with mingw and vc++
* src/lib/Evil.h:
* src/lib/dlfcn/dlfcn.c:

View File

@ -102,7 +102,6 @@ typedef SSIZE_T ssize_t;
# define fileno(f) _fileno(f)
# define fdopen(fd,m) _fdopen((fd),(m))
# define access(p,m) _access((p),(m))
# define tzset() _tzset()
#endif /* _MSC_VER */