emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/ms-w32.h,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/s/ms-w32.h,v
Date: Fri, 29 Dec 2006 14:48:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   06/12/29 14:48:42

Index: ms-w32.h
===================================================================
RCS file: /sources/emacs/emacs/src/s/ms-w32.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- ms-w32.h    25 Dec 2006 13:30:18 -0000      1.43
+++ ms-w32.h    29 Dec 2006 14:48:42 -0000      1.44
@@ -395,7 +395,10 @@
 #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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]