From e5c96d21844dab1f1f484e9998cd1a337d1b5013 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 26 Feb 2011 16:02:45 +0200 Subject: [PATCH] Define nlink_t for w32. nt/config.nt (nlink_t): Define. --- nt/ChangeLog | 4 ++++ nt/config.nt | 3 +++ 2 files changed, 7 insertions(+) diff --git a/nt/ChangeLog b/nt/ChangeLog index f20fbd1d31a..bfaba610bf2 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2011-02-26 Eli Zaretskii + + * config.nt (nlink_t): Define. + 2011-02-21 Christoph Scholtes * inc/stdint.h: New file, to support compilation with tool chains diff --git a/nt/config.nt b/nt/config.nt index b5ef24fc18b..26fbc1c67c5 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -411,6 +411,9 @@ along with GNU Emacs. If not, see . */ #define my_strftime nstrftime /* for strftime.c */ +/* Define to the type of st_nlink in struct stat, or a supertype. */ +#define nlink_t short + #ifndef WINDOWSNT /* Some of the files of Emacs which are intended for use with other programs assume that if you have a config.h file, you must declare -- 2.39.5