1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

Define nlink_t for w32.

nt/config.nt (nlink_t): Define.
This commit is contained in:
Eli Zaretskii 2011-02-26 16:02:45 +02:00
parent 464c5ebfe7
commit e5c96d2184
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-02-26 Eli Zaretskii <eliz@gnu.org>
* config.nt (nlink_t): Define.
2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
* inc/stdint.h: New file, to support compilation with tool chains

View File

@ -411,6 +411,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#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