comparison src/s/ms-w32.h @ 74956:fe053f2164a6

(tzname): Do not define in msvc8.
author Jason Rumney <jasonr@gnu.org>
date Fri, 29 Dec 2006 14:48:42 +0000
parents b136953eeaa4
children f6f8f3da57af
comparison
equal deleted inserted replaced
74955:0b7286cbaf0c 74956:fe053f2164a6
393 #define strdup _strdup 393 #define strdup _strdup
394 #define strupr _strupr 394 #define strupr _strupr
395 #define strnicmp _strnicmp 395 #define strnicmp _strnicmp
396 #define stricmp _stricmp 396 #define stricmp _stricmp
397 #define tzset _tzset 397 #define tzset _tzset
398
399 #if !defined (_MSC_VER) || (_MSC_VER < 1400)
398 #define tzname _tzname 400 #define tzname _tzname
401 #endif
399 402
400 #ifdef HAVE_NTGUI 403 #ifdef HAVE_NTGUI
401 #define abort w32_abort 404 #define abort w32_abort
402 #endif 405 #endif
403 406