X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fsystty.h;h=3f9efdb29766732af1a074c25c53d4b5fea12c98;hb=079de2b7d3d365f90c1f46a6f1a089511ae24cac;hp=7251557c20125d8edd635d3ad1c8f9c239e7cb78;hpb=77dcef404dc78635f6ffa8f71a803d2bc7cc8921;p=chise%2Fxemacs-chise.git- diff --git a/src/systty.h b/src/systty.h index 7251557..3f9efdb 100644 --- a/src/systty.h +++ b/src/systty.h @@ -337,6 +337,8 @@ Boston, MA 02111-1307, USA. */ No big loss -- it just means that ^Z won't work right if we're run from sh. */ # define EMACS_SET_PROCESS_GROUP(pg) +#elif defined(__MINGW32__) +# define EMACS_SEPARATE_PROCESS_GROUP() #else /* Under NeXTstep, a process group of 0 is not the same as specifying your own process ID, so we go ahead and specify it explicitly. */