summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-09-17 16:49:21 +0200
committerStefan Kangas <stefankangas@gmail.com>2023-09-17 16:49:21 +0200
commit1e270e580d3bb9ca1b3766a296611f76ec13f6f1 (patch)
treee42e1c17d039ec3b5c44379e659c5eb6a32d3903 /nt
parent46c30c6df75fb89c74ce2cd762e1909a0215169a (diff)
downloademacs-1e270e580d3bb9ca1b3766a296611f76ec13f6f1.tar.gz
; Grammar fixes ("allow to" et al)
Ref: https://lists.gnu.org/r/emacs-devel/2016-01/msg01598.html https://lists.gnu.org/r/emacs-devel/2016-01/msg01465.html
Diffstat (limited to 'nt')
-rw-r--r--nt/inc/ms-w32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h
index fce15fcbd8c..c57549c96e7 100644
--- a/nt/inc/ms-w32.h
+++ b/nt/inc/ms-w32.h
@@ -208,7 +208,7 @@ extern struct tm * sys_localtime (const time_t *);
/* Unlike MS and mingw.org, MinGW64 doesn't define gai_strerror as an
inline function in a system header file, and instead seems to
- require to link against ws2_32.a. But we don't want to link with
+ require linking against ws2_32.a. But we don't want to link with
-lws2_32, as that would make Emacs dependent on the respective DLL.
So MinGW64 is amply punished here by the following: */
#undef HAVE_GAI_STRERROR