aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGeoff Voelker1998-04-23 23:41:42 +0000
committerGeoff Voelker1998-04-23 23:41:42 +0000
commit719072f5c4e9ada34b0ce4d7b362f0f7e3b98a03 (patch)
treecaa6b588eb1f6633f21fb1f91164aec289380822 /src
parent16bb7578f27c14e3668ad5e978d7f871b0f0ff5d (diff)
downloademacs-719072f5c4e9ada34b0ce4d7b362f0f7e3b98a03.tar.gz
emacs-719072f5c4e9ada34b0ce4d7b362f0f7e3b98a03.zip
(utimbuf): New macro.
Diffstat (limited to 'src')
-rw-r--r--src/s/ms-w32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index 9a0b3ae4664..c0d3436738d 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -360,6 +360,7 @@ Boston, MA 02111-1307, USA. */
360#define putw _putw 360#define putw _putw
361#define umask _umask 361#define umask _umask
362#define utime _utime 362#define utime _utime
363#define utimbuf _utimbuf
363#define index strchr 364#define index strchr
364#define rindex strrchr 365#define rindex strrchr
365 366