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 15:58:08 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   06/12/29 15:58:08

Index: ms-w32.h
===================================================================
RCS file: /sources/emacs/emacs/src/s/ms-w32.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- ms-w32.h    29 Dec 2006 14:48:42 -0000      1.44
+++ ms-w32.h    29 Dec 2006 15:58:08 -0000      1.45
@@ -386,7 +386,6 @@
 #define pclose    _pclose
 #define putw     _putw
 #define umask    _umask
-#define utime    _utime
 #define utimbuf          _utimbuf
 #define index     strchr
 #define rindex    strrchr
@@ -398,6 +397,7 @@
 
 #if !defined (_MSC_VER) || (_MSC_VER < 1400)
 #define tzname    _tzname
+#define utime    _utime
 #endif
 
 #ifdef HAVE_NTGUI




reply via email to

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