use _tzset instead of tzset with vc++

SVN revision: 55631
This commit is contained in:
Vincent Torri 2010-12-18 17:37:50 +00:00
parent bb9de107ad
commit 4e50c40cb0
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-12-18 Vincent Torri <doursse at users dot sf dot net>
* src/lib/Evil.h:
use _tzset instead of tzset with vc++
2010-12-12 Vincent Torri <doursse at users dot sf dot net>
* src/lib/evil_libgen.c:

View File

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