aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/ms-w32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index a2281e926a5..455cfb2363f 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -395,7 +395,10 @@ typedef int pid_t;
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