From 719072f5c4e9ada34b0ce4d7b362f0f7e3b98a03 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Thu, 23 Apr 1998 23:41:42 +0000 Subject: [PATCH] (utimbuf): New macro. --- src/s/ms-w32.h | 1 + 1 file changed, 1 insertion(+) 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. */ #define putw _putw #define umask _umask #define utime _utime +#define utimbuf _utimbuf #define index strchr #define rindex strrchr -- 2.39.2