]> git.eshelyaron.com Git - emacs.git/commit
Fix compilation errors with MinGW64 GCC 11
authorEli Zaretskii <eliz@gnu.org>
Sun, 24 Oct 2021 17:45:56 +0000 (20:45 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 24 Oct 2021 17:45:56 +0000 (20:45 +0300)
commit3bad61e1ac5244efb4fff6062763ea759e0aafec
treebafb349ba79b3eee04f58ef53936a04f0797f803
parentbeb265450c01b3e3188f844ff0fb961d9df79071
Fix compilation errors with MinGW64 GCC 11

* lib-src/ntlib.c (IS_DIRECTORY_SEP): Remove redundant macro.

* lib-src/ntlib.c (DEFER_MS_W32_H):
* nt/addpm.c (DEFER_MS_W32_H):
* nt/cmdproxy.c (DEFER_MS_W32_H):
* nt/ddeclient.c (DEFER_MS_W32_H):
* nt/preprep.c (DEFER_MS_W32_H):
* nt/runemacs.c (DEFER_MS_W32_H): Fix a typo.
* nt/Makefile.in (BASE_CFLAGS): Add -I switches to pick up
config.h and lib/attribute.h.
lib-src/ntlib.c
nt/Makefile.in
nt/addpm.c
nt/cmdproxy.c
nt/ddeclient.c
nt/preprep.c
nt/runemacs.c