X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=run-command.h;h=fb342090e3cac49f41689f9610bfe2d6c87c87c1;hb=71064e3f86fbf2eb5c2b55a3024051f9542ae229;hp=0c00b25ff2ea8710a1d963619d633a9be1a6f626;hpb=8426f672fc65239135b1f1580bb79ecb16fd05f0;p=git.git diff --git a/run-command.h b/run-command.h index 0c00b25ff..fb342090e 100644 --- a/run-command.h +++ b/run-command.h @@ -70,7 +70,7 @@ struct async { int (*proc)(int fd, void *data); void *data; int out; /* caller reads from here and closes it */ -#ifndef __MINGW32__ +#ifndef WIN32 pid_t pid; #else HANDLE tid;