(tzname): Do not define in msvc8.
This commit is contained in:
parent
ec86967264
commit
e37b3faf5b
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-12-29 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* s/ms-w32.h (tzname): Do not define in msvc8.
|
||||
|
||||
* regex.c (regerror): Change parameter name err_code.
|
||||
|
||||
2006-12-26 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* search.c (Fsearch_forward): Doc fix.
|
||||
|
|
|
@ -395,7 +395,10 @@ typedef int pid_t;
|
|||
#define strnicmp _strnicmp
|
||||
#define stricmp _stricmp
|
||||
#define tzset _tzset
|
||||
|
||||
#if !defined (_MSC_VER) || (_MSC_VER < 1400)
|
||||
#define tzname _tzname
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NTGUI
|
||||
#define abort w32_abort
|
||||
|
|
Loading…
Add table
Reference in a new issue