(tzname): Do not define in msvc8.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user