Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e5c96d21
Commit
e5c96d21
authored
Feb 26, 2011
by
Eli Zaretskii
Browse files
Define nlink_t for w32.
nt/config.nt (nlink_t): Define.
parent
464c5ebf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
nt/ChangeLog
nt/ChangeLog
+4
-0
nt/config.nt
nt/config.nt
+3
-0
No files found.
nt/ChangeLog
View file @
e5c96d21
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
...
...
nt/config.nt
View file @
e5c96d21
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment