From c1860cdc02404d84e7f29d206b799031190a794e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 24 Dec 2012 17:56:17 +0200 Subject: Fix the MS-Windows build. nt/inc/sys/stat.h (S_ISMPX): Define to zero, to accommodate changes in lib/filemode.c that broke the MS-Windows build. Suggested by Andy Moreton . --- nt/inc/sys/stat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nt/inc/sys') diff --git a/nt/inc/sys/stat.h b/nt/inc/sys/stat.h index fb56b7cab4..78be6eb57b 100644 --- a/nt/inc/sys/stat.h +++ b/nt/inc/sys/stat.h @@ -74,6 +74,7 @@ along with GNU Emacs. If not, see . */ #define S_ISDOOR(m) 0 #define S_ISMPB(m) 0 #define S_ISMPC(m) 0 +#define S_ISMPX(m) 0 #define S_ISNWK(m) 0 #define S_ISPORT(m) 0 #define S_ISWHT(m) 0 -- cgit v1.2.3