From: Eli Zaretskii Date: Sat, 26 Feb 2011 14:02:45 +0000 (+0200) Subject: Define nlink_t for w32. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~720 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5c96d21844dab1f1f484e9998cd1a337d1b5013;p=emacs.git Define nlink_t for w32. nt/config.nt (nlink_t): Define. --- 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