Mercurial > hg > xemacs-beta
comparison src/sysproc.h @ 5927:b58b74274fa2 cygwin
changes from long ago, never committed...
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Wed, 15 Dec 2021 19:02:33 +0000 |
parents | 611a6845ebee |
children |
comparison
equal
deleted
inserted
replaced
5926:da02ba75e50a | 5927:b58b74274fa2 |
---|---|
33 #elif defined (WIN32_NATIVE) | 33 #elif defined (WIN32_NATIVE) |
34 /* <process.h> should not conflict with "process.h", as per ANSI definition. | 34 /* <process.h> should not conflict with "process.h", as per ANSI definition. |
35 This is not true with visual c though. The trick below works with | 35 This is not true with visual c though. The trick below works with |
36 VC4.2b, 5.0 and 6.0. It assumes that VC is installed in a kind of | 36 VC4.2b, 5.0 and 6.0. It assumes that VC is installed in a kind of |
37 standard way, so include path ends with /include. | 37 standard way, so include path ends with /include. |
38 */ | 38 HST changed this to ucrt */ |
39 #include <../include/process.h> | 39 #include <../ucrt/process.h> |
40 #endif | 40 #endif |
41 | 41 |
42 #ifdef HAVE_SOCKETS /* TCP connection support, if kernel can do it */ | 42 #ifdef HAVE_SOCKETS /* TCP connection support, if kernel can do it */ |
43 # include <sys/types.h> /* AJK */ | 43 # include <sys/types.h> /* AJK */ |
44 # ifndef WIN32_NATIVE | 44 # ifndef WIN32_NATIVE |